public static interface DescribeStreamRequest.Builder extends KinesisRequest.Builder, SdkPojo, CopyableBuilder<DescribeStreamRequest.Builder,DescribeStreamRequest>
| Modifier and Type | Method and 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeStreamRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeStreamRequest.Builder |
streamARN(String streamARN)
The ARN of the stream.
|
DescribeStreamRequest.Builder |
streamName(String streamName)
The name of the stream to describe.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStreamRequest.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 results 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 results are returned.DescribeStreamRequest.Builder exclusiveStartShardId(String exclusiveStartShardId)
The shard ID of the shard to start with.
Specify this parameter to indicate that you want to describe the stream starting with the shard whose ID
immediately follows ExclusiveStartShardId.
If you don't specify this parameter, the default behavior for DescribeStream is to describe the
stream starting with the first shard in the stream.
exclusiveStartShardId - The shard ID of the shard to start with.
Specify this parameter to indicate that you want to describe the stream starting with the shard whose
ID immediately follows ExclusiveStartShardId.
If you don't specify this parameter, the default behavior for DescribeStream is to
describe the stream starting with the first shard in the stream.
DescribeStreamRequest.Builder streamARN(String streamARN)
The ARN of the stream.
streamARN - The ARN of the stream.DescribeStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.