Class VolumeRestoreName.Builder (0.41.0)

public static class VolumeRestoreName.Builder

Builder for projects/{project}/locations/{location}/restorePlans/{restore_plan}/restores/{restore}/volumeRestores/{volume_restore}.

Inheritance

java.lang.Object > VolumeRestoreName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public VolumeRestoreName build()
Returns
Type Description
VolumeRestoreName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getRestore()

public String getRestore()
Returns
Type Description
String

getRestorePlan()

public String getRestorePlan()
Returns
Type Description
String

getVolumeRestore()

public String getVolumeRestore()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setRestore(String restore)

public VolumeRestoreName.Builder setRestore(String restore)
Parameter
Name Description
restore String
Returns
Type Description
VolumeRestoreName.Builder

setRestorePlan(String restorePlan)

public VolumeRestoreName.Builder setRestorePlan(String restorePlan)
Parameter
Name Description
restorePlan String
Returns
Type Description
VolumeRestoreName.Builder

setVolumeRestore(String volumeRestore)

public VolumeRestoreName.Builder setVolumeRestore(String volumeRestore)
Parameter
Name Description
volumeRestore String
Returns
Type Description
VolumeRestoreName.Builder