Class PoolName.Builder (0.43.0)

public static class PoolName.Builder

Builder for projects/{project}/locations/{location}/pools/{pool}.

Inheritance

java.lang.Object > PoolName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public PoolName build()
Returns
TypeDescription
PoolName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getPool()

public String getPool()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setLocation(String location)

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

setPool(String pool)

public PoolName.Builder setPool(String pool)
Parameter
NameDescription
poolString
Returns
TypeDescription
PoolName.Builder

setProject(String project)

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