Interface IngestionStatus.Builder

    • Method Detail

      • latestIngestionSuccessTime

        IngestionStatus.Builder latestIngestionSuccessTime​(Instant latestIngestionSuccessTime)

        The time stamp of the most recent successful ingestion of events for the channel.

        Parameters:
        latestIngestionSuccessTime - The time stamp of the most recent successful ingestion of events for the channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestIngestionSuccessEventID

        IngestionStatus.Builder latestIngestionSuccessEventID​(String latestIngestionSuccessEventID)

        The event ID of the most recent successful ingestion of events.

        Parameters:
        latestIngestionSuccessEventID - The event ID of the most recent successful ingestion of events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestIngestionErrorCode

        IngestionStatus.Builder latestIngestionErrorCode​(String latestIngestionErrorCode)

        The error code for the most recent failure to ingest events.

        Parameters:
        latestIngestionErrorCode - The error code for the most recent failure to ingest events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestIngestionAttemptTime

        IngestionStatus.Builder latestIngestionAttemptTime​(Instant latestIngestionAttemptTime)

        The time stamp of the most recent attempt to ingest events on the channel.

        Parameters:
        latestIngestionAttemptTime - The time stamp of the most recent attempt to ingest events on the channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestIngestionAttemptEventID

        IngestionStatus.Builder latestIngestionAttemptEventID​(String latestIngestionAttemptEventID)

        The event ID of the most recent attempt to ingest events.

        Parameters:
        latestIngestionAttemptEventID - The event ID of the most recent attempt to ingest events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.