Class NodePoolName.Builder (0.13.0)

public static class NodePoolName.Builder

Builder for projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}.

Inheritance

java.lang.Object > NodePoolName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public NodePoolName build()
Returns
TypeDescription
NodePoolName

getCluster()

public String getCluster()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getNodePool()

public String getNodePool()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setCluster(String cluster)

public NodePoolName.Builder setCluster(String cluster)
Parameter
NameDescription
clusterString
Returns
TypeDescription
NodePoolName.Builder

setLocation(String location)

public NodePoolName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
NodePoolName.Builder

setNodePool(String nodePool)

public NodePoolName.Builder setNodePool(String nodePool)
Parameter
NameDescription
nodePoolString
Returns
TypeDescription
NodePoolName.Builder

setProject(String project)

public NodePoolName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
NodePoolName.Builder