Interface StreamSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<StreamSummary.Builder,,StreamSummary> SdkBuilder<StreamSummary.Builder,,StreamSummary> SdkPojo
- Enclosing class:
 StreamSummary
public static interface StreamSummary.Builder
extends SdkPojo, CopyableBuilder<StreamSummary.Builder,StreamSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the stream.The stream ARN.The stream ID.streamVersion(Integer streamVersion) The stream version.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, 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.
 
 - 
streamArn
The stream ARN.
- Parameters:
 streamArn- The stream ARN.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
streamVersion
The stream version.
- Parameters:
 streamVersion- The stream version.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
A description of the stream.
- Parameters:
 description- A description of the stream.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -