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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodePoolNamebuild()StringgetCluster()StringgetLocation()StringgetNodePool()StringgetProject()NodePoolName.BuildersetCluster(String cluster)NodePoolName.BuildersetLocation(String location)NodePoolName.BuildersetNodePool(String nodePool)NodePoolName.BuildersetProject(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()
-
-