public static interface DescribeStreamRequest.Builder extends DynamoDBStreamsRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeStreamRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeStreamRequest.Builder |
streamArn(String streamArn)
The Amazon Resource Name (ARN) for the stream.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeStreamRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.