Class OrchestrationClusterName.Builder (0.13.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
Type Description
OrchestrationClusterName

getLocation()

public String getLocation()
Returns
Type Description
String

getOrchestrationCluster()

public String getOrchestrationCluster()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLocation(String location)

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

setOrchestrationCluster(String orchestrationCluster)

public OrchestrationClusterName.Builder setOrchestrationCluster(String orchestrationCluster)
Parameter
Name Description
orchestrationCluster String
Returns
Type Description
OrchestrationClusterName.Builder

setProject(String project)

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