Package com.google.cloud.vmwareengine.v1
Class ClusterName.Builder
- java.lang.Object
-
- com.google.cloud.vmwareengine.v1.ClusterName.Builder
-
- Enclosing class:
- ClusterName
public static class ClusterName.Builder extends Object
Builder for projects/{project}/locations/{location}/privateClouds/{private_cloud}/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
getPrivateCloud()
String
getProject()
ClusterName.Builder
setCluster(String cluster)
ClusterName.Builder
setLocation(String location)
ClusterName.Builder
setPrivateCloud(String privateCloud)
ClusterName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getPrivateCloud
public String getPrivateCloud()
-
getCluster
public String getCluster()
-
setProject
public ClusterName.Builder setProject(String project)
-
setLocation
public ClusterName.Builder setLocation(String location)
-
setPrivateCloud
public ClusterName.Builder setPrivateCloud(String privateCloud)
-
setCluster
public ClusterName.Builder setCluster(String cluster)
-
build
public ClusterName build()
-
-