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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngestionStatus.BuilderlatestIngestionAttemptEventID(String latestIngestionAttemptEventID)The event ID of the most recent attempt to ingest events.IngestionStatus.BuilderlatestIngestionAttemptTime(Instant latestIngestionAttemptTime)The time stamp of the most recent attempt to ingest events on the channel.IngestionStatus.BuilderlatestIngestionErrorCode(String latestIngestionErrorCode)The error code for the most recent failure to ingest events.IngestionStatus.BuilderlatestIngestionSuccessEventID(String latestIngestionSuccessEventID)The event ID of the most recent successful ingestion of events.IngestionStatus.BuilderlatestIngestionSuccessTime(Instant latestIngestionSuccessTime)The time stamp of the most recent successful ingestion of events for the channel.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-