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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetShardId()

The shard ID of the Kinesis Data Streams shard to get the iterator for.

StringgetShardIteratorType()

Determines how the shard iterator is used to start reading data records from the shard.

StringgetStartingSequenceNumber()

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

StringgetStreamName()

The name of the Amazon Kinesis data stream.

voidsetShardId(String shardId)

The shard ID of the Kinesis Data Streams shard to get the iterator for.

voidsetShardIteratorType(String shardIteratorType)

Determines how the shard iterator is used to start reading data records from the shard.

voidsetShardIteratorType(ShardIteratorType shardIteratorType)

Determines how the shard iterator is used to start reading data records from the shard.

voidsetStartingSequenceNumber(String startingSequenceNumber)

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

voidsetStreamName(String streamName)

The name of the Amazon Kinesis data stream.

voidsetTimestamp(java.util.Date timestamp)

The time stamp of the data record from which to start reading.