Class AttachedClusterName.Builder (0.40.0)

public static class AttachedClusterName.Builder

Builder for projects/{project}/locations/{location}/attachedClusters/{attached_cluster}.

Inheritance

java.lang.Object > AttachedClusterName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public AttachedClusterName build()
Returns
TypeDescription
AttachedClusterName

getAttachedCluster()

public String getAttachedCluster()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setAttachedCluster(String attachedCluster)

public AttachedClusterName.Builder setAttachedCluster(String attachedCluster)
Parameter
NameDescription
attachedClusterString
Returns
TypeDescription
AttachedClusterName.Builder

setLocation(String location)

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

setProject(String project)

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