Interface IngestionStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IngestionStatus.Builder,IngestionStatus>, SdkBuilder<IngestionStatus.Builder,IngestionStatus>, SdkPojo
Enclosing class:
IngestionStatus

public static interface IngestionStatus.Builder extends SdkPojo, CopyableBuilder<IngestionStatus.Builder,IngestionStatus>
  • Method Details

    • 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.