CopyableBuilder<DescribeStreamResponse.Builder,DescribeStreamResponse>
, SdkBuilder<DescribeStreamResponse.Builder,DescribeStreamResponse>
public static interface DescribeStreamResponse.Builder extends CopyableBuilder<DescribeStreamResponse.Builder,DescribeStreamResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeStreamResponse.Builder |
streamDescription(StreamDescription streamDescription) |
A complete description of the stream, including its creation date and time, the DynamoDB table associated
with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream
records within the shards.
|
copy
apply, build
DescribeStreamResponse.Builder streamDescription(StreamDescription streamDescription)
A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
streamDescription
- A complete description of the stream, including its creation date and time, the DynamoDB table
associated with the stream, the shard IDs within the stream, and the beginning and ending sequence
numbers of stream records within the shards.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.