Class SlateName.Builder (0.41.0)

public static class SlateName.Builder

Builder for projects/{project}/locations/{location}/slates/{slate}.

Inheritance

java.lang.Object > SlateName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public SlateName build()
Returns
TypeDescription
SlateName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getSlate()

public String getSlate()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setSlate(String slate)

public SlateName.Builder setSlate(String slate)
Parameter
NameDescription
slateString
Returns
TypeDescription
SlateName.Builder