Class PlacementName.Builder (0.49.0)

public static class PlacementName.Builder

Builder for projects/{project}/locations/{location}/catalogs/{catalog}/eventStores/{event_store}/placements/{placement}.

Inheritance

java.lang.Object > PlacementName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public PlacementName build()
Returns
Type Description
PlacementName

getCatalog()

public String getCatalog()
Returns
Type Description
String

getEventStore()

public String getEventStore()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getPlacement()

public String getPlacement()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setCatalog(String catalog)

public PlacementName.Builder setCatalog(String catalog)
Parameter
Name Description
catalog String
Returns
Type Description
PlacementName.Builder

setEventStore(String eventStore)

public PlacementName.Builder setEventStore(String eventStore)
Parameter
Name Description
eventStore String
Returns
Type Description
PlacementName.Builder

setLocation(String location)

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

setPlacement(String placement)

public PlacementName.Builder setPlacement(String placement)
Parameter
Name Description
placement String
Returns
Type Description
PlacementName.Builder

setProject(String project)

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