Class StoragePoolName.Builder (0.23.0)

public static class StoragePoolName.Builder

Builder for projects/{project}/locations/{location}/storagePools/{storage_pool}.

Inheritance

java.lang.Object > StoragePoolName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public StoragePoolName build()
Returns
Type Description
StoragePoolName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getStoragePool()

public String getStoragePool()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setStoragePool(String storagePool)

public StoragePoolName.Builder setStoragePool(String storagePool)
Parameter
Name Description
storagePool String
Returns
Type Description
StoragePoolName.Builder