Class RestoreName.Builder (0.42.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
Type Description
RestoreName

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

setLocation(String location)

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

setProject(String project)

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

setRestore(String restore)

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

setRestorePlan(String restorePlan)

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