Interface Stream.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Stream.Builder,Stream>
,SdkBuilder<Stream.Builder,Stream>
,SdkPojo
- Enclosing class:
- Stream
public static interface Stream.Builder extends SdkPojo, CopyableBuilder<Stream.Builder,Stream>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream.Builder
fileId(Integer fileId)
The ID of a file associated with a stream.Stream.Builder
streamId(String streamId)
The stream ID.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
streamId
Stream.Builder streamId(String streamId)
The stream ID.
- Parameters:
streamId
- The stream ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileId
Stream.Builder fileId(Integer fileId)
The ID of a file associated with a stream.
- Parameters:
fileId
- The ID of a file associated with a stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-