Class AzureNodePoolName.Builder (0.38.0)

public static class AzureNodePoolName.Builder

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

Inheritance

java.lang.Object > AzureNodePoolName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public AzureNodePoolName build()
Returns
TypeDescription
AzureNodePoolName

getAzureCluster()

public String getAzureCluster()
Returns
TypeDescription
String

getAzureNodePool()

public String getAzureNodePool()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setAzureCluster(String azureCluster)

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

setAzureNodePool(String azureNodePool)

public AzureNodePoolName.Builder setAzureNodePool(String azureNodePool)
Parameter
NameDescription
azureNodePoolString
Returns
TypeDescription
AzureNodePoolName.Builder

setLocation(String location)

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

setProject(String project)

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