Interface Stream.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Stream.Builder,,Stream> SdkBuilder<Stream.Builder,,Stream> SdkPojo
- Enclosing class:
 Stream
@Mutable
@NotThreadSafe
public static interface Stream.Builder
extends SdkPojo, CopyableBuilder<Stream.Builder,Stream> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ID of a file associated with a stream.The stream ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -