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