Class AwsClusterName.Builder (0.41.0)

public static class AwsClusterName.Builder

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

Inheritance

java.lang.Object > AwsClusterName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public AwsClusterName build()
Returns
Type Description
AwsClusterName

getAwsCluster()

public String getAwsCluster()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setAwsCluster(String awsCluster)

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

setLocation(String location)

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

setProject(String project)

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