@Generated(value="software.amazon.awssdk:codegen") public final class ImportStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportStatistics.Builder,ImportStatistics>
Provides statistics for the specified ImportID. CloudTrail does not update import statistics in
real-time. Returned values for parameters such as EventsCompleted may be lower than the actual value,
because CloudTrail updates statistics incrementally over the course of the import.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportStatistics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
eventsCompleted()
The number of trail events imported into the event data store.
|
Long |
failedEntries()
The number of failed entries.
|
Long |
filesCompleted()
The number of log files that completed import.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
prefixesCompleted()
The number of S3 prefixes that completed import.
|
Long |
prefixesFound()
The number of S3 prefixes found for the import.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportStatistics.Builder> |
serializableBuilderClass() |
ImportStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long prefixesFound()
The number of S3 prefixes found for the import.
public final Long prefixesCompleted()
The number of S3 prefixes that completed import.
public final Long filesCompleted()
The number of log files that completed import.
public final Long eventsCompleted()
The number of trail events imported into the event data store.
public final Long failedEntries()
The number of failed entries.
public ImportStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportStatistics.Builder,ImportStatistics>public static ImportStatistics.Builder builder()
public static Class<? extends ImportStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.