public static interface DescribeStreamRequest.Builder extends DynamoDbStreamsRequest.Builder, SdkPojo, CopyableBuilder<DescribeStreamRequest.Builder,DescribeStreamRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeStreamRequest.Builder |
exclusiveStartShardId(String exclusiveStartShardId)
The shard ID of the first item that this operation will evaluate.
|
DescribeStreamRequest.Builder |
limit(Integer limit)
The maximum number of shard objects to return.
|
DescribeStreamRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeStreamRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeStreamRequest.Builder |
streamArn(String streamArn)
The Amazon Resource Name (ARN) for the stream.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeStreamRequest.Builder streamArn(String streamArn)
The Amazon Resource Name (ARN) for the stream.
streamArn - The Amazon Resource Name (ARN) for the stream.DescribeStreamRequest.Builder limit(Integer limit)
The maximum number of shard objects to return. The upper limit is 100.
limit - The maximum number of shard objects to return. The upper limit is 100.DescribeStreamRequest.Builder exclusiveStartShardId(String exclusiveStartShardId)
The shard ID of the first item that this operation will evaluate. Use the value that was returned for
LastEvaluatedShardId in the previous operation.
exclusiveStartShardId - The shard ID of the first item that this operation will evaluate. Use the value that was returned for
LastEvaluatedShardId in the previous operation.DescribeStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.