public static interface IngestionStatus.Builder extends SdkPojo, CopyableBuilder<IngestionStatus.Builder,IngestionStatus>
| Modifier and Type | Method and Description |
|---|---|
IngestionStatus.Builder |
latestIngestionAttemptEventID(String latestIngestionAttemptEventID)
The event ID of the most recent attempt to ingest events.
|
IngestionStatus.Builder |
latestIngestionAttemptTime(Instant latestIngestionAttemptTime)
The time stamp of the most recent attempt to ingest events on the channel.
|
IngestionStatus.Builder |
latestIngestionErrorCode(String latestIngestionErrorCode)
The error code for the most recent failure to ingest events.
|
IngestionStatus.Builder |
latestIngestionSuccessEventID(String latestIngestionSuccessEventID)
The event ID of the most recent successful ingestion of events.
|
IngestionStatus.Builder |
latestIngestionSuccessTime(Instant latestIngestionSuccessTime)
The time stamp of the most recent successful ingestion of events for the channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIngestionStatus.Builder latestIngestionSuccessTime(Instant latestIngestionSuccessTime)
The time stamp of the most recent successful ingestion of events for the channel.
latestIngestionSuccessTime - The time stamp of the most recent successful ingestion of events for the channel.IngestionStatus.Builder latestIngestionSuccessEventID(String latestIngestionSuccessEventID)
The event ID of the most recent successful ingestion of events.
latestIngestionSuccessEventID - The event ID of the most recent successful ingestion of events.IngestionStatus.Builder latestIngestionErrorCode(String latestIngestionErrorCode)
The error code for the most recent failure to ingest events.
latestIngestionErrorCode - The error code for the most recent failure to ingest events.IngestionStatus.Builder latestIngestionAttemptTime(Instant latestIngestionAttemptTime)
The time stamp of the most recent attempt to ingest events on the channel.
latestIngestionAttemptTime - The time stamp of the most recent attempt to ingest events on the channel.IngestionStatus.Builder latestIngestionAttemptEventID(String latestIngestionAttemptEventID)
The event ID of the most recent attempt to ingest events.
latestIngestionAttemptEventID - The event ID of the most recent attempt to ingest events.Copyright © 2023. All rights reserved.