Interface ImportStatistics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImportStatistics.Builder,
,ImportStatistics> SdkBuilder<ImportStatistics.Builder,
,ImportStatistics> SdkPojo
- Enclosing class:
ImportStatistics
@Mutable
@NotThreadSafe
public static interface ImportStatistics.Builder
extends SdkPojo, CopyableBuilder<ImportStatistics.Builder,ImportStatistics>
-
Method Summary
Modifier and TypeMethodDescriptioneventsCompleted
(Long eventsCompleted) The number of trail events imported into the event data store.failedEntries
(Long failedEntries) The number of failed entries.filesCompleted
(Long filesCompleted) The number of log files that completed import.prefixesCompleted
(Long prefixesCompleted) The number of S3 prefixes that completed import.prefixesFound
(Long prefixesFound) The number of S3 prefixes found for the import.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, sdkFieldNameToField, sdkFields
-
Method Details
-
prefixesFound
The number of S3 prefixes found for the import.
- Parameters:
prefixesFound
- The number of S3 prefixes found for the import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefixesCompleted
The number of S3 prefixes that completed import.
- Parameters:
prefixesCompleted
- The number of S3 prefixes that completed import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filesCompleted
The number of log files that completed import.
- Parameters:
filesCompleted
- The number of log files that completed import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventsCompleted
The number of trail events imported into the event data store.
- Parameters:
eventsCompleted
- The number of trail events imported into the event data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedEntries
The number of failed entries.
- Parameters:
failedEntries
- The number of failed entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-