Class ClusterName.Builder (0.30.0)

public static class ClusterName.Builder

Builder for projects/{project}/locations/{location}/clusters/{cluster}.

Inheritance

java.lang.Object > ClusterName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ClusterName build()
Returns
TypeDescription
ClusterName

getCluster()

public String getCluster()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setCluster(String cluster)

public ClusterName.Builder setCluster(String cluster)
Parameter
NameDescription
clusterString
Returns
TypeDescription
ClusterName.Builder

setLocation(String location)

public ClusterName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
ClusterName.Builder

setProject(String project)

public ClusterName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
ClusterName.Builder