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 protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachedClusterName
build()
String
getAttachedCluster()
String
getLocation()
String
getProject()
AttachedClusterName.Builder
setAttachedCluster(String attachedCluster)
AttachedClusterName.Builder
setLocation(String location)
AttachedClusterName.Builder
setProject(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()
-
-