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 ObjectBuilder for projects/{project}/securityHealthAnalyticsSettings/effectiveCustomModules/{effective_custom_module}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectEffectiveCustomModuleBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EffectiveSecurityHealthAnalyticsCustomModuleNamebuild()StringgetEffectiveCustomModule()StringgetProject()EffectiveSecurityHealthAnalyticsCustomModuleName.ProjectEffectiveCustomModuleBuildersetEffectiveCustomModule(String effectiveCustomModule)EffectiveSecurityHealthAnalyticsCustomModuleName.ProjectEffectiveCustomModuleBuildersetProject(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()
-
-