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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwsClusterNamebuild()StringgetAwsCluster()StringgetLocation()StringgetProject()AwsClusterName.BuildersetAwsCluster(String awsCluster)AwsClusterName.BuildersetLocation(String location)AwsClusterName.BuildersetProject(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()
-
-