Class RestoreName.Builder (0.18.0)

public static class RestoreName.Builder

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

Inheritance

java.lang.Object > RestoreName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public RestoreName build()
Returns
TypeDescription
RestoreName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getRestore()

public String getRestore()
Returns
TypeDescription
String

getRestorePlan()

public String getRestorePlan()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setRestore(String restore)

public RestoreName.Builder setRestore(String restore)
Parameter
NameDescription
restoreString
Returns
TypeDescription
RestoreName.Builder

setRestorePlan(String restorePlan)

public RestoreName.Builder setRestorePlan(String restorePlan)
Parameter
NameDescription
restorePlanString
Returns
TypeDescription
RestoreName.Builder