Class AwsClusterName.Builder
- java.lang.Object
-
- com.google.cloud.gkemulticloud.v1.AwsClusterName.Builder
-
- Enclosing class:
- AwsClusterName
public static class AwsClusterName.Builder extends Object
Builder for projects/{project}/locations/{location}/awsClusters/{aws_cluster}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwsClusterName
build()
String
getAwsCluster()
String
getLocation()
String
getProject()
AwsClusterName.Builder
setAwsCluster(String awsCluster)
AwsClusterName.Builder
setLocation(String location)
AwsClusterName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAwsCluster
public String getAwsCluster()
-
setProject
public AwsClusterName.Builder setProject(String project)
-
setLocation
public AwsClusterName.Builder setLocation(String location)
-
setAwsCluster
public AwsClusterName.Builder setAwsCluster(String awsCluster)
-
build
public AwsClusterName build()
-
-