public static interface ImportStatistics.Builder extends SdkPojo, CopyableBuilder<ImportStatistics.Builder,ImportStatistics>
| Modifier and Type | Method and Description |
|---|---|
ImportStatistics.Builder |
eventsCompleted(Long eventsCompleted)
The number of trail events imported into the event data store.
|
ImportStatistics.Builder |
failedEntries(Long failedEntries)
The number of failed entries.
|
ImportStatistics.Builder |
filesCompleted(Long filesCompleted)
The number of log files that completed import.
|
ImportStatistics.Builder |
prefixesCompleted(Long prefixesCompleted)
The number of S3 prefixes that completed import.
|
ImportStatistics.Builder |
prefixesFound(Long prefixesFound)
The number of S3 prefixes found for the import.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportStatistics.Builder prefixesFound(Long prefixesFound)
The number of S3 prefixes found for the import.
prefixesFound - The number of S3 prefixes found for the import.ImportStatistics.Builder prefixesCompleted(Long prefixesCompleted)
The number of S3 prefixes that completed import.
prefixesCompleted - The number of S3 prefixes that completed import.ImportStatistics.Builder filesCompleted(Long filesCompleted)
The number of log files that completed import.
filesCompleted - The number of log files that completed import.ImportStatistics.Builder eventsCompleted(Long eventsCompleted)
The number of trail events imported into the event data store.
eventsCompleted - The number of trail events imported into the event data store.ImportStatistics.Builder failedEntries(Long failedEntries)
The number of failed entries.
failedEntries - The number of failed entries.Copyright © 2023. All rights reserved.