Class ResourceAllowanceName.Builder (0.41.0)

public static class ResourceAllowanceName.Builder

Builder for projects/{project}/locations/{location}/resourceAllowances/{resource_allowance}.

Inheritance

java.lang.Object > ResourceAllowanceName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ResourceAllowanceName build()
Returns
TypeDescription
ResourceAllowanceName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getResourceAllowance()

public String getResourceAllowance()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setResourceAllowance(String resourceAllowance)

public ResourceAllowanceName.Builder setResourceAllowance(String resourceAllowance)
Parameter
NameDescription
resourceAllowanceString
Returns
TypeDescription
ResourceAllowanceName.Builder