Class OrchestrationClusterName.Builder (0.6.0)

public static class OrchestrationClusterName.Builder

Builder for projects/{project}/locations/{location}/orchestrationClusters/{orchestration_cluster}.

Inheritance

java.lang.Object > OrchestrationClusterName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public OrchestrationClusterName build()
Returns
TypeDescription
OrchestrationClusterName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getOrchestrationCluster()

public String getOrchestrationCluster()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setLocation(String location)

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

setOrchestrationCluster(String orchestrationCluster)

public OrchestrationClusterName.Builder setOrchestrationCluster(String orchestrationCluster)
Parameter
NameDescription
orchestrationClusterString
Returns
TypeDescription
OrchestrationClusterName.Builder

setProject(String project)

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