Class AwsNodePoolName.Builder (0.42.0)

public static class AwsNodePoolName.Builder

Builder for projects/{project}/locations/{location}/awsClusters/{aws_cluster}/awsNodePools/{aws_node_pool}.

Inheritance

java.lang.Object > AwsNodePoolName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public AwsNodePoolName build()
Returns
Type Description
AwsNodePoolName

getAwsCluster()

public String getAwsCluster()
Returns
Type Description
String

getAwsNodePool()

public String getAwsNodePool()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setAwsCluster(String awsCluster)

public AwsNodePoolName.Builder setAwsCluster(String awsCluster)
Parameter
Name Description
awsCluster String
Returns
Type Description
AwsNodePoolName.Builder

setAwsNodePool(String awsNodePool)

public AwsNodePoolName.Builder setAwsNodePool(String awsNodePool)
Parameter
Name Description
awsNodePool String
Returns
Type Description
AwsNodePoolName.Builder

setLocation(String location)

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

setProject(String project)

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