Class NodePoolName.Builder (0.39.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
Type Description
NodePoolName

getCluster()

public String getCluster()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getNodePool()

public String getNodePool()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setCluster(String cluster)

public NodePoolName.Builder setCluster(String cluster)
Parameter
Name Description
cluster String
Returns
Type Description
NodePoolName.Builder

setLocation(String location)

public NodePoolName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
NodePoolName.Builder

setNodePool(String nodePool)

public NodePoolName.Builder setNodePool(String nodePool)
Parameter
Name Description
nodePool String
Returns
Type Description
NodePoolName.Builder

setProject(String project)

public NodePoolName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
NodePoolName.Builder