Class EffectiveSecurityHealthAnalyticsCustomModuleName.Builder
- java.lang.Object
-
- com.google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModuleName.Builder
-
- Enclosing class:
- EffectiveSecurityHealthAnalyticsCustomModuleName
public static class EffectiveSecurityHealthAnalyticsCustomModuleName.Builder extends Object
Builder for organizations/{organization}/securityHealthAnalyticsSettings/effectiveCustomModules/{effective_custom_module}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EffectiveSecurityHealthAnalyticsCustomModuleName
build()
String
getEffectiveCustomModule()
String
getOrganization()
EffectiveSecurityHealthAnalyticsCustomModuleName.Builder
setEffectiveCustomModule(String effectiveCustomModule)
EffectiveSecurityHealthAnalyticsCustomModuleName.Builder
setOrganization(String organization)
-
-
-
Method Detail
-
getOrganization
public String getOrganization()
-
getEffectiveCustomModule
public String getEffectiveCustomModule()
-
setOrganization
public EffectiveSecurityHealthAnalyticsCustomModuleName.Builder setOrganization(String organization)
-
setEffectiveCustomModule
public EffectiveSecurityHealthAnalyticsCustomModuleName.Builder setEffectiveCustomModule(String effectiveCustomModule)
-
build
public EffectiveSecurityHealthAnalyticsCustomModuleName build()
-
-