static ListShardsRequest.Builder |
ListShardsRequest.builder() |
|
ListShardsRequest.Builder |
ListShardsRequest.Builder.exclusiveStartShardId(String exclusiveStartShardId) |
Specify this parameter to indicate that you want to list the shards starting with the shard whose ID
immediately follows ExclusiveStartShardId.
|
ListShardsRequest.Builder |
ListShardsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of shards to return in a single call to ListShards.
|
ListShardsRequest.Builder |
ListShardsRequest.Builder.nextToken(String nextToken) |
When the number of shards in the data stream is greater than the default value for the
MaxResults parameter, or if you explicitly specify a value for MaxResults that is
less than the number of shards in the data stream, the response includes a pagination token named
NextToken.
|
ListShardsRequest.Builder |
ListShardsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListShardsRequest.Builder |
ListShardsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default ListShardsRequest.Builder |
ListShardsRequest.Builder.shardFilter(Consumer<ShardFilter.Builder> shardFilter) |
Enables you to filter out the response of the ListShards API.
|
ListShardsRequest.Builder |
ListShardsRequest.Builder.shardFilter(ShardFilter shardFilter) |
Enables you to filter out the response of the ListShards API.
|
ListShardsRequest.Builder |
ListShardsRequest.Builder.streamARN(String streamARN) |
The ARN of the stream.
|
ListShardsRequest.Builder |
ListShardsRequest.Builder.streamCreationTimestamp(Instant streamCreationTimestamp) |
Specify this input parameter to distinguish data streams that have the same name.
|
ListShardsRequest.Builder |
ListShardsRequest.Builder.streamName(String streamName) |
The name of the data stream whose shards you want to list.
|
ListShardsRequest.Builder |
ListShardsRequest.toBuilder() |
|