public static interface InputStartingPositionConfiguration.Builder extends CopyableBuilder<InputStartingPositionConfiguration.Builder,InputStartingPositionConfiguration>
Modifier and Type | Method and Description |
---|---|
InputStartingPositionConfiguration.Builder |
inputStartingPosition(InputStartingPosition inputStartingPosition)
The starting position on the stream.
|
InputStartingPositionConfiguration.Builder |
inputStartingPosition(String inputStartingPosition)
The starting position on the stream.
|
copy
applyMutation, build
InputStartingPositionConfiguration.Builder inputStartingPosition(String inputStartingPosition)
The starting position on the stream.
NOW
- Start reading just after the most recent record in the stream, start at the request
timestamp that the customer issued.
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest
record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
inputStartingPosition
- The starting position on the stream.
NOW
- Start reading just after the most recent record in the stream, start at the request
timestamp that the customer issued.
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the
oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose
delivery stream.
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
InputStartingPosition
,
InputStartingPosition
InputStartingPositionConfiguration.Builder inputStartingPosition(InputStartingPosition inputStartingPosition)
The starting position on the stream.
NOW
- Start reading just after the most recent record in the stream, start at the request
timestamp that the customer issued.
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest
record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
inputStartingPosition
- The starting position on the stream.
NOW
- Start reading just after the most recent record in the stream, start at the request
timestamp that the customer issued.
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the
oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose
delivery stream.
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
InputStartingPosition
,
InputStartingPosition
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.