Class AttachedClusterName.Builder (0.41.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
Type Description
AttachedClusterName

getAttachedCluster()

public String getAttachedCluster()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setAttachedCluster(String attachedCluster)

public AttachedClusterName.Builder setAttachedCluster(String attachedCluster)
Parameter
Name Description
attachedCluster String
Returns
Type Description
AttachedClusterName.Builder

setLocation(String location)

public AttachedClusterName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
AttachedClusterName.Builder

setProject(String project)

public AttachedClusterName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
AttachedClusterName.Builder