Interface GetRecordsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetRecordsRequest.Builder,GetRecordsRequest>,DynamoDbStreamsRequest.Builder,SdkBuilder<GetRecordsRequest.Builder,GetRecordsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetRecordsRequest
public static interface GetRecordsRequest.Builder extends DynamoDbStreamsRequest.Builder, SdkPojo, CopyableBuilder<GetRecordsRequest.Builder,GetRecordsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRecordsRequest.Builderlimit(Integer limit)The maximum number of records to return from the shard.GetRecordsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRecordsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRecordsRequest.BuildershardIterator(String shardIterator)A shard iterator that was retrieved from a previous GetShardIterator operation.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbStreamsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
shardIterator
GetRecordsRequest.Builder shardIterator(String shardIterator)
A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
- Parameters:
shardIterator- A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
GetRecordsRequest.Builder limit(Integer limit)
The maximum number of records to return from the shard. The upper limit is 1000.
- Parameters:
limit- The maximum number of records to return from the shard. The upper limit is 1000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetRecordsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetRecordsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-