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

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getSlate()

public String getSlate()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setSlate(String slate)

public SlateName.Builder setSlate(String slate)
Parameter
Name Description
slate String
Returns
Type Description
SlateName.Builder