Class ControlName.Builder (2.43.0)

public static class ControlName.Builder

Builder for projects/{project}/locations/{location}/catalogs/{catalog}/controls/{control}.

Inheritance

java.lang.Object > ControlName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ControlName build()
Returns
TypeDescription
ControlName

getCatalog()

public String getCatalog()
Returns
TypeDescription
String

getControl()

public String getControl()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setCatalog(String catalog)

public ControlName.Builder setCatalog(String catalog)
Parameter
NameDescription
catalogString
Returns
TypeDescription
ControlName.Builder

setControl(String control)

public ControlName.Builder setControl(String control)
Parameter
NameDescription
controlString
Returns
TypeDescription
ControlName.Builder

setLocation(String location)

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

setProject(String project)

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