public static interface Stream.Builder extends SdkPojo, CopyableBuilder<Stream.Builder,Stream>
Modifier and Type | Method and Description |
---|---|
Stream.Builder |
fileId(Integer fileId)
The ID of a file associated with a stream.
|
Stream.Builder |
streamId(String streamId)
The stream ID.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Stream.Builder streamId(String streamId)
The stream ID.
streamId
- The stream ID.Stream.Builder fileId(Integer fileId)
The ID of a file associated with a stream.
fileId
- The ID of a file associated with a stream.Copyright © 2021. All rights reserved.