Package com.google.cloud.alloydb.v1alpha
Class ClusterName.Builder
- java.lang.Object
-
- com.google.cloud.alloydb.v1alpha.ClusterName.Builder
-
- Enclosing class:
- ClusterName
public static class ClusterName.Builder extends Object
Builder for projects/{project}/locations/{location}/clusters/{cluster}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterName
build()
String
getCluster()
String
getLocation()
String
getProject()
ClusterName.Builder
setCluster(String cluster)
ClusterName.Builder
setLocation(String location)
ClusterName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCluster
public String getCluster()
-
setProject
public ClusterName.Builder setProject(String project)
-
setLocation
public ClusterName.Builder setLocation(String location)
-
setCluster
public ClusterName.Builder setCluster(String cluster)
-
build
public ClusterName build()
-
-