Class NodePoolName.Builder
- java.lang.Object
-
- com.google.cloud.edgecontainer.v1.NodePoolName.Builder
-
- Enclosing class:
- NodePoolName
public static class NodePoolName.Builder extends Object
Builder for projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCluster
public String getCluster()
-
getNodePool
public String getNodePool()
-
setProject
public NodePoolName.Builder setProject(String project)
-
setLocation
public NodePoolName.Builder setLocation(String location)
-
setCluster
public NodePoolName.Builder setCluster(String cluster)
-
setNodePool
public NodePoolName.Builder setNodePool(String nodePool)
-
build
public NodePoolName build()
-
-