Class GetShardIteratorResult
java.lang.Object
com.amazonaws.services.kinesis.model.GetShardIteratorResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents the output for GetShardIterator.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe position in the shard from which to start reading data records sequentially.inthashCode()voidsetShardIterator(String shardIterator) The position in the shard from which to start reading data records sequentially.toString()Returns a string representation of this object; useful for testing and debugging.withShardIterator(String shardIterator) The position in the shard from which to start reading data records sequentially.
-
Constructor Details
-
GetShardIteratorResult
public GetShardIteratorResult()
-
-
Method Details
-
setShardIterator
The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
- Parameters:
shardIterator- The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
-
getShardIterator
The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
- Returns:
- The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
-
withShardIterator
The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
- Parameters:
shardIterator- The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-