Class EventStoreName.Builder (0.48.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
TypeDescription
EventStoreName

getCatalog()

public String getCatalog()
Returns
TypeDescription
String

getEventStore()

public String getEventStore()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setCatalog(String catalog)

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

setEventStore(String eventStore)

public EventStoreName.Builder setEventStore(String eventStore)
Parameter
NameDescription
eventStoreString
Returns
TypeDescription
EventStoreName.Builder

setLocation(String location)

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

setProject(String project)

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