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