Class DeploymentResourcePoolName.Builder (3.42.0)

public static class DeploymentResourcePoolName.Builder

Builder for projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}.

Inheritance

java.lang.Object > DeploymentResourcePoolName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DeploymentResourcePoolName build()
Returns
TypeDescription
DeploymentResourcePoolName

getDeploymentResourcePool()

public String getDeploymentResourcePool()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setDeploymentResourcePool(String deploymentResourcePool)

public DeploymentResourcePoolName.Builder setDeploymentResourcePool(String deploymentResourcePool)
Parameter
NameDescription
deploymentResourcePoolString
Returns
TypeDescription
DeploymentResourcePoolName.Builder

setLocation(String location)

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

setProject(String project)

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