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) |
The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and
whether there are more shards available.
|
copy
apply, build
DescribeStreamResponse.Builder streamDescription(StreamDescription streamDescription)
The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
streamDescription
- The current status of the stream, the stream ARN, an array of shard objects that comprise the stream,
and whether there are more shards available.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.