Interface ImportStatistics.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImportStatistics.Builder,ImportStatistics>,SdkBuilder<ImportStatistics.Builder,ImportStatistics>,SdkPojo
- Enclosing class:
- ImportStatistics
public static interface ImportStatistics.Builder extends SdkPojo, CopyableBuilder<ImportStatistics.Builder,ImportStatistics>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportStatistics.BuildereventsCompleted(Long eventsCompleted)The number of trail events imported into the event data store.ImportStatistics.BuilderfailedEntries(Long failedEntries)The number of failed entries.ImportStatistics.BuilderfilesCompleted(Long filesCompleted)The number of log files that completed import.ImportStatistics.BuilderprefixesCompleted(Long prefixesCompleted)The number of S3 prefixes that completed import.ImportStatistics.BuilderprefixesFound(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, sdkFields
-
-
-
-
Method Detail
-
prefixesFound
ImportStatistics.Builder prefixesFound(Long 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
ImportStatistics.Builder prefixesCompleted(Long 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
ImportStatistics.Builder filesCompleted(Long 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
ImportStatistics.Builder eventsCompleted(Long 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
ImportStatistics.Builder failedEntries(Long 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.
-
-