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 Object
Builder for folders/{folder}/securityHealthAnalyticsSettings/effectiveCustomModules/{effective_custom_module}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FolderEffectiveCustomModuleBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EffectiveSecurityHealthAnalyticsCustomModuleName
build()
String
getEffectiveCustomModule()
String
getFolder()
EffectiveSecurityHealthAnalyticsCustomModuleName.FolderEffectiveCustomModuleBuilder
setEffectiveCustomModule(String effectiveCustomModule)
EffectiveSecurityHealthAnalyticsCustomModuleName.FolderEffectiveCustomModuleBuilder
setFolder(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()
-
-