Class EffectiveSecurityHealthAnalyticsCustomModuleName.ProjectEffectiveCustomModuleBuilder
- java.lang.Object
-
- com.google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModuleName.ProjectEffectiveCustomModuleBuilder
-
- Enclosing class:
- EffectiveSecurityHealthAnalyticsCustomModuleName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class EffectiveSecurityHealthAnalyticsCustomModuleName.ProjectEffectiveCustomModuleBuilder extends Object
Builder for projects/{project}/securityHealthAnalyticsSettings/effectiveCustomModules/{effective_custom_module}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectEffectiveCustomModuleBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EffectiveSecurityHealthAnalyticsCustomModuleName
build()
String
getEffectiveCustomModule()
String
getProject()
EffectiveSecurityHealthAnalyticsCustomModuleName.ProjectEffectiveCustomModuleBuilder
setEffectiveCustomModule(String effectiveCustomModule)
EffectiveSecurityHealthAnalyticsCustomModuleName.ProjectEffectiveCustomModuleBuilder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getEffectiveCustomModule
public String getEffectiveCustomModule()
-
setProject
public EffectiveSecurityHealthAnalyticsCustomModuleName.ProjectEffectiveCustomModuleBuilder setProject(String project)
-
setEffectiveCustomModule
public EffectiveSecurityHealthAnalyticsCustomModuleName.ProjectEffectiveCustomModuleBuilder setEffectiveCustomModule(String effectiveCustomModule)
-
build
public EffectiveSecurityHealthAnalyticsCustomModuleName build()
-
-