Class ComponentSettingsName.ProjectLocationClusterComponentBuilder
- java.lang.Object
-
- com.google.cloud.securitycenter.settings.v1beta1.ComponentSettingsName.ProjectLocationClusterComponentBuilder
-
- Enclosing class:
- ComponentSettingsName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class ComponentSettingsName.ProjectLocationClusterComponentBuilder extends Object
Builder for projects/{project}/locations/{location}/clusters/{cluster}/components/{component}/settings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationClusterComponentBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentSettingsName
build()
String
getCluster()
String
getComponent()
String
getLocation()
String
getProject()
ComponentSettingsName.ProjectLocationClusterComponentBuilder
setCluster(String cluster)
ComponentSettingsName.ProjectLocationClusterComponentBuilder
setComponent(String component)
ComponentSettingsName.ProjectLocationClusterComponentBuilder
setLocation(String location)
ComponentSettingsName.ProjectLocationClusterComponentBuilder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCluster
public String getCluster()
-
getComponent
public String getComponent()
-
setProject
public ComponentSettingsName.ProjectLocationClusterComponentBuilder setProject(String project)
-
setLocation
public ComponentSettingsName.ProjectLocationClusterComponentBuilder setLocation(String location)
-
setCluster
public ComponentSettingsName.ProjectLocationClusterComponentBuilder setCluster(String cluster)
-
setComponent
public ComponentSettingsName.ProjectLocationClusterComponentBuilder setComponent(String component)
-
build
public ComponentSettingsName build()
-
-