public static class DataIngestionJobStatistics.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DataIngestionJobStatistics |
build() |
DataIngestionJobStatistics.Builder |
copy(DataIngestionJobStatistics model) |
DataIngestionJobStatistics.Builder |
durationInSeconds(Integer durationInSeconds)
The duration of this ingestion job.
|
DataIngestionJobStatistics.Builder |
numberOfFailedFiles(Integer numberOfFailedFiles)
The number of files that have failed during the ingestion.
|
DataIngestionJobStatistics.Builder |
numberOfIngestedFiles(Integer numberOfIngestedFiles)
The number of files that have been successfully ingested during the ingestion.
|
public DataIngestionJobStatistics.Builder numberOfFailedFiles(Integer numberOfFailedFiles)
The number of files that have failed during the ingestion.
numberOfFailedFiles
- the value to setpublic DataIngestionJobStatistics.Builder numberOfIngestedFiles(Integer numberOfIngestedFiles)
The number of files that have been successfully ingested during the ingestion.
numberOfIngestedFiles
- the value to setpublic DataIngestionJobStatistics.Builder durationInSeconds(Integer durationInSeconds)
The duration of this ingestion job.
durationInSeconds
- the value to setpublic DataIngestionJobStatistics build()
public DataIngestionJobStatistics.Builder copy(DataIngestionJobStatistics model)
Copyright © 2016–2024. All rights reserved.