Class EffectiveSecurityHealthAnalyticsCustomModuleName.FolderEffectiveCustomModuleBuilder
- java.lang.Object
-
- com.google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModuleName.FolderEffectiveCustomModuleBuilder
-
- Enclosing class:
- EffectiveSecurityHealthAnalyticsCustomModuleName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class EffectiveSecurityHealthAnalyticsCustomModuleName.FolderEffectiveCustomModuleBuilder extends ObjectBuilder for folders/{folder}/securityHealthAnalyticsSettings/effectiveCustomModules/{effective_custom_module}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFolderEffectiveCustomModuleBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EffectiveSecurityHealthAnalyticsCustomModuleNamebuild()StringgetEffectiveCustomModule()StringgetFolder()EffectiveSecurityHealthAnalyticsCustomModuleName.FolderEffectiveCustomModuleBuildersetEffectiveCustomModule(String effectiveCustomModule)EffectiveSecurityHealthAnalyticsCustomModuleName.FolderEffectiveCustomModuleBuildersetFolder(String folder)
-
-
-
Method Detail
-
getFolder
public String getFolder()
-
getEffectiveCustomModule
public String getEffectiveCustomModule()
-
setFolder
public EffectiveSecurityHealthAnalyticsCustomModuleName.FolderEffectiveCustomModuleBuilder setFolder(String folder)
-
setEffectiveCustomModule
public EffectiveSecurityHealthAnalyticsCustomModuleName.FolderEffectiveCustomModuleBuilder setEffectiveCustomModule(String effectiveCustomModule)
-
build
public EffectiveSecurityHealthAnalyticsCustomModuleName build()
-
-