Class RestorePlanName.Builder (0.41.0)

public static class RestorePlanName.Builder

Builder for projects/{project}/locations/{location}/restorePlans/{restore_plan}.

Inheritance

java.lang.Object > RestorePlanName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public RestorePlanName build()
Returns
Type Description
RestorePlanName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getRestorePlan()

public String getRestorePlan()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setRestorePlan(String restorePlan)

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