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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamSummary.Builderdescription(String description)A description of the stream.StreamSummary.BuilderstreamArn(String streamArn)The stream ARN.StreamSummary.BuilderstreamId(String streamId)The stream ID.StreamSummary.BuilderstreamVersion(Integer streamVersion)The stream version.-
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
StreamSummary.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.
-
streamArn
StreamSummary.Builder streamArn(String 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
StreamSummary.Builder streamVersion(Integer 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
StreamSummary.Builder description(String 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.
-
-