public static class StreamProperties.Builder
extends java.lang.Object
StreamProperties| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StreamProperties.Builder |
addLayoutClass(java.lang.String layoutClass)
Call this method to set an individual layout class for the stream.
|
StreamProperties |
build()
Builds the StreamProperties object.
|
StreamProperties.Builder |
id(java.lang.String id)
Call this method to set the ID of the stream.
|
public StreamProperties.Builder id(java.lang.String id)
id - The stream ID.public StreamProperties.Builder addLayoutClass(java.lang.String layoutClass)
layoutClass - A layout class string for the stream. We do not check
for null, empty, or duplicate strings.public StreamProperties build()