| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
static IngestionStatus.Builder |
IngestionStatus.builder() |
IngestionStatus.Builder |
IngestionStatus.Builder.latestIngestionAttemptEventID(String latestIngestionAttemptEventID)
The event ID of the most recent attempt to ingest events.
|
IngestionStatus.Builder |
IngestionStatus.Builder.latestIngestionAttemptTime(Instant latestIngestionAttemptTime)
The time stamp of the most recent attempt to ingest events on the channel.
|
IngestionStatus.Builder |
IngestionStatus.Builder.latestIngestionErrorCode(String latestIngestionErrorCode)
The error code for the most recent failure to ingest events.
|
IngestionStatus.Builder |
IngestionStatus.Builder.latestIngestionSuccessEventID(String latestIngestionSuccessEventID)
The event ID of the most recent successful ingestion of events.
|
IngestionStatus.Builder |
IngestionStatus.Builder.latestIngestionSuccessTime(Instant latestIngestionSuccessTime)
The time stamp of the most recent successful ingestion of events for the channel.
|
IngestionStatus.Builder |
IngestionStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IngestionStatus.Builder> |
IngestionStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetChannelResponse.Builder |
GetChannelResponse.Builder.ingestionStatus(Consumer<IngestionStatus.Builder> ingestionStatus)
A table showing information about the most recent successful and failed attempts to ingest events.
|
Copyright © 2023. All rights reserved.