Class EventStoreName.Builder (0.49.0)

public static class EventStoreName.Builder

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

Inheritance

java.lang.Object > EventStoreName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public EventStoreName build()
Returns
Type Description
EventStoreName

getCatalog()

public String getCatalog()
Returns
Type Description
String

getEventStore()

public String getEventStore()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setCatalog(String catalog)

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

setEventStore(String eventStore)

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

setLocation(String location)

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

setProject(String project)

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