Java com.amazonaws.services.dynamodbv2.model GetShardIteratorRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.dynamodbv2.model GetShardIteratorRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.dynamodbv2.model GetShardIteratorRequest.

The text is from its open source code.

Constructor

Method

voidsetSequenceNumber(String sequenceNumber)

The sequence number of a stream record in the shard from which to start reading.

voidsetShardId(String shardId)

The identifier of the shard.

voidsetShardIteratorType(String shardIteratorType)

Determines how the shard iterator is used to start reading stream records from the shard:

  • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

voidsetShardIteratorType(ShardIteratorType shardIteratorType)

Determines how the shard iterator is used to start reading stream records from the shard:

  • AT_SEQUENCE_NUMBER - Start reading exactly from the position denoted by a specific sequence number.

voidsetStreamArn(String streamArn)

The Amazon Resource Name (ARN) for the stream.