Uses of Interface
software.amazon.awssdk.services.cloudtrail.model.IngestionStatus.Builder
-
Packages that use IngestionStatus.Builder Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of IngestionStatus.Builder in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return IngestionStatus.Builder Modifier and Type Method Description static IngestionStatus.BuilderIngestionStatus. builder()IngestionStatus.BuilderIngestionStatus.Builder. latestIngestionAttemptEventID(String latestIngestionAttemptEventID)The event ID of the most recent attempt to ingest events.IngestionStatus.BuilderIngestionStatus.Builder. latestIngestionAttemptTime(Instant latestIngestionAttemptTime)The time stamp of the most recent attempt to ingest events on the channel.IngestionStatus.BuilderIngestionStatus.Builder. latestIngestionErrorCode(String latestIngestionErrorCode)The error code for the most recent failure to ingest events.IngestionStatus.BuilderIngestionStatus.Builder. latestIngestionSuccessEventID(String latestIngestionSuccessEventID)The event ID of the most recent successful ingestion of events.IngestionStatus.BuilderIngestionStatus.Builder. latestIngestionSuccessTime(Instant latestIngestionSuccessTime)The time stamp of the most recent successful ingestion of events for the channel.IngestionStatus.BuilderIngestionStatus. toBuilder()Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type IngestionStatus.Builder Modifier and Type Method Description static Class<? extends IngestionStatus.Builder>IngestionStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudtrail.model with type arguments of type IngestionStatus.Builder Modifier and Type Method Description default GetChannelResponse.BuilderGetChannelResponse.Builder. ingestionStatus(Consumer<IngestionStatus.Builder> ingestionStatus)A table showing information about the most recent successful and failed attempts to ingest events.
-