Class InputStartingPositionConfiguration

    • Method Detail

      • inputStartingPosition

        public final InputStartingPosition inputStartingPosition()

        The starting position on the stream.

        • NOW - Start reading just after the most recent record in the stream, and 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 Data Firehose delivery stream.

        • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

        If the service returns an enum value that is not available in the current SDK version, inputStartingPosition will return InputStartingPosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from inputStartingPositionAsString().

        Returns:
        The starting position on the stream.

        • NOW - Start reading just after the most recent record in the stream, and 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 Data Firehose delivery stream.

        • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

        See Also:
        InputStartingPosition
      • inputStartingPositionAsString

        public final String inputStartingPositionAsString()

        The starting position on the stream.

        • NOW - Start reading just after the most recent record in the stream, and 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 Data Firehose delivery stream.

        • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

        If the service returns an enum value that is not available in the current SDK version, inputStartingPosition will return InputStartingPosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from inputStartingPositionAsString().

        Returns:
        The starting position on the stream.

        • NOW - Start reading just after the most recent record in the stream, and 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 Data Firehose delivery stream.

        • LAST_STOPPED_POINT - Resume reading from where the application last stopped reading.

        See Also:
        InputStartingPosition
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)