Class StreamName.Builder (1.41.0)

public static class StreamName.Builder

Builder for projects/{project}/locations/{location}/streams/{stream}.

Inheritance

java.lang.Object > StreamName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public StreamName build()
Returns
Type Description
StreamName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getStream()

public String getStream()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setStream(String stream)

public StreamName.Builder setStream(String stream)
Parameter
Name Description
stream String
Returns
Type Description
StreamName.Builder