public static class ClusterName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ClusterName |
build() |
String |
getCluster() |
String |
getLocation() |
String |
getProject() |
ClusterName.Builder |
setCluster(String cluster) |
ClusterName.Builder |
setLocation(String location) |
ClusterName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getCluster()
public ClusterName.Builder setProject(String project)
public ClusterName.Builder setLocation(String location)
public ClusterName.Builder setCluster(String cluster)
public ClusterName build()
Copyright © 2025 Google LLC. All rights reserved.