public static interface StreamSummary.Builder extends SdkPojo, CopyableBuilder<StreamSummary.Builder,StreamSummary>
Modifier and Type | Method and Description |
---|---|
StreamSummary.Builder |
description(String description)
A description of the stream.
|
StreamSummary.Builder |
streamArn(String streamArn)
The stream ARN.
|
StreamSummary.Builder |
streamId(String streamId)
The stream ID.
|
StreamSummary.Builder |
streamVersion(Integer streamVersion)
The stream version.
|
copy
applyMutation, build
StreamSummary.Builder streamId(String streamId)
The stream ID.
streamId
- The stream ID.StreamSummary.Builder streamArn(String streamArn)
The stream ARN.
streamArn
- The stream ARN.StreamSummary.Builder streamVersion(Integer streamVersion)
The stream version.
streamVersion
- The stream version.StreamSummary.Builder description(String description)
A description of the stream.
description
- A description of the stream.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.