Class AwsNodePoolName.Builder (0.41.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
TypeDescription
AwsNodePoolName

getAwsCluster()

public String getAwsCluster()
Returns
TypeDescription
String

getAwsNodePool()

public String getAwsNodePool()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setAwsCluster(String awsCluster)

public AwsNodePoolName.Builder setAwsCluster(String awsCluster)
Parameter
NameDescription
awsClusterString
Returns
TypeDescription
AwsNodePoolName.Builder

setAwsNodePool(String awsNodePool)

public AwsNodePoolName.Builder setAwsNodePool(String awsNodePool)
Parameter
NameDescription
awsNodePoolString
Returns
TypeDescription
AwsNodePoolName.Builder

setLocation(String location)

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

setProject(String project)

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