Class AzureNodePoolName.Builder (0.43.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
Type Description
AzureNodePoolName

getAzureCluster()

public String getAzureCluster()
Returns
Type Description
String

getAzureNodePool()

public String getAzureNodePool()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setAzureCluster(String azureCluster)

public AzureNodePoolName.Builder setAzureCluster(String azureCluster)
Parameter
Name Description
azureCluster String
Returns
Type Description
AzureNodePoolName.Builder

setAzureNodePool(String azureNodePool)

public AzureNodePoolName.Builder setAzureNodePool(String azureNodePool)
Parameter
Name Description
azureNodePool String
Returns
Type Description
AzureNodePoolName.Builder

setLocation(String location)

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

setProject(String project)

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