Class AzureClusterName.Builder (0.34.0)

public static class AzureClusterName.Builder

Builder for projects/{project}/locations/{location}/azureClusters/{azure_cluster}.

Inheritance

java.lang.Object > AzureClusterName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public AzureClusterName build()
Returns
TypeDescription
AzureClusterName

getAzureCluster()

public String getAzureCluster()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setAzureCluster(String azureCluster)

public AzureClusterName.Builder setAzureCluster(String azureCluster)
Parameter
NameDescription
azureClusterString
Returns
TypeDescription
AzureClusterName.Builder

setLocation(String location)

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

setProject(String project)

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