Class ControlName.Builder (0.41.0)

public static class ControlName.Builder

Builder for projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}.

Inheritance

java.lang.Object > ControlName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ControlName build()
Returns
Type Description
ControlName

getControl()

public String getControl()
Returns
Type Description
String

getDataStore()

public String getDataStore()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setControl(String control)

public ControlName.Builder setControl(String control)
Parameter
Name Description
control String
Returns
Type Description
ControlName.Builder

setDataStore(String dataStore)

public ControlName.Builder setDataStore(String dataStore)
Parameter
Name Description
dataStore String
Returns
Type Description
ControlName.Builder

setLocation(String location)

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

setProject(String project)

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