CopyableBuilder<DescribeStreamRequest.Builder,DescribeStreamRequest>
, SdkBuilder<DescribeStreamRequest.Builder,DescribeStreamRequest>
public static interface DescribeStreamRequest.Builder extends CopyableBuilder<DescribeStreamRequest.Builder,DescribeStreamRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeStreamRequest.Builder |
exclusiveStartShardId(String exclusiveStartShardId) |
The shard ID of the shard to start with.
|
DescribeStreamRequest.Builder |
limit(Integer limit) |
The maximum number of shards to return in a single call.
|
DescribeStreamRequest.Builder |
streamName(String streamName) |
The name of the stream to describe.
|
copy
apply, build
DescribeStreamRequest.Builder streamName(String streamName)
The name of the stream to describe.
streamName
- The name of the stream to describe.DescribeStreamRequest.Builder limit(Integer limit)
The maximum number of shards to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 shards are returned.
limit
- The maximum number of shards to return in a single call. The default value is 100. If you specify a
value greater than 100, at most 100 shards are returned.DescribeStreamRequest.Builder exclusiveStartShardId(String exclusiveStartShardId)
The shard ID of the shard to start with.
exclusiveStartShardId
- The shard ID of the shard to start with.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.