Class AttachedClusterName.Builder
- java.lang.Object
-
- com.google.cloud.gkemulticloud.v1.AttachedClusterName.Builder
-
- Enclosing class:
- AttachedClusterName
public static class AttachedClusterName.Builder extends Object
Builder for projects/{project}/locations/{location}/attachedClusters/{attached_cluster}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachedClusterNamebuild()StringgetAttachedCluster()StringgetLocation()StringgetProject()AttachedClusterName.BuildersetAttachedCluster(String attachedCluster)AttachedClusterName.BuildersetLocation(String location)AttachedClusterName.BuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAttachedCluster
public String getAttachedCluster()
-
setProject
public AttachedClusterName.Builder setProject(String project)
-
setLocation
public AttachedClusterName.Builder setLocation(String location)
-
setAttachedCluster
public AttachedClusterName.Builder setAttachedCluster(String attachedCluster)
-
build
public AttachedClusterName build()
-
-