Class AwsClusterName.Builder (0.40.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
TypeDescription
AwsClusterName

getAwsCluster()

public String getAwsCluster()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setAwsCluster(String awsCluster)

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

setLocation(String location)

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

setProject(String project)

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