public static interface IngestedFilesSummary.Builder extends SdkPojo, CopyableBuilder<IngestedFilesSummary.Builder,IngestedFilesSummary>
| Modifier and Type | Method and Description |
|---|---|
IngestedFilesSummary.Builder |
discardedFiles(Collection<S3Object> discardedFiles)
Indicates the number of files that were discarded.
|
IngestedFilesSummary.Builder |
discardedFiles(Consumer<S3Object.Builder>... discardedFiles)
Indicates the number of files that were discarded.
|
IngestedFilesSummary.Builder |
discardedFiles(S3Object... discardedFiles)
Indicates the number of files that were discarded.
|
IngestedFilesSummary.Builder |
ingestedNumberOfFiles(Integer ingestedNumberOfFiles)
Indicates the number of files that were successfully ingested.
|
IngestedFilesSummary.Builder |
totalNumberOfFiles(Integer totalNumberOfFiles)
Indicates the total number of files that were submitted for ingestion.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIngestedFilesSummary.Builder totalNumberOfFiles(Integer totalNumberOfFiles)
Indicates the total number of files that were submitted for ingestion.
totalNumberOfFiles - Indicates the total number of files that were submitted for ingestion.IngestedFilesSummary.Builder ingestedNumberOfFiles(Integer ingestedNumberOfFiles)
Indicates the number of files that were successfully ingested.
ingestedNumberOfFiles - Indicates the number of files that were successfully ingested.IngestedFilesSummary.Builder discardedFiles(Collection<S3Object> discardedFiles)
Indicates the number of files that were discarded. A file could be discarded because its format is invalid (for example, a jpg or pdf) or not readable.
discardedFiles - Indicates the number of files that were discarded. A file could be discarded because its format is
invalid (for example, a jpg or pdf) or not readable.IngestedFilesSummary.Builder discardedFiles(S3Object... discardedFiles)
Indicates the number of files that were discarded. A file could be discarded because its format is invalid (for example, a jpg or pdf) or not readable.
discardedFiles - Indicates the number of files that were discarded. A file could be discarded because its format is
invalid (for example, a jpg or pdf) or not readable.IngestedFilesSummary.Builder discardedFiles(Consumer<S3Object.Builder>... discardedFiles)
Indicates the number of files that were discarded. A file could be discarded because its format is invalid (for example, a jpg or pdf) or not readable.
This is a convenience method that creates an instance of theS3Object.Builder avoiding the need to create
one manually via S3Object.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #discardedFiles(List.
discardedFiles - a consumer that will call methods on
S3Object.Builder#discardedFiles(java.util.Collection) Copyright © 2022. All rights reserved.