Interface JobProgressReport.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobProgressReport.Builder,
,JobProgressReport> SdkBuilder<JobProgressReport.Builder,
,JobProgressReport> SdkPojo
- Enclosing class:
JobProgressReport
@Mutable
@NotThreadSafe
public static interface JobProgressReport.Builder
extends SdkPojo, CopyableBuilder<JobProgressReport.Builder,JobProgressReport>
-
Method Summary
Modifier and TypeMethodDescriptionthroughput
(Double throughput) The throughput (in MB/sec) of the import job.totalNumberOfFilesReadWithCustomerError
(Long totalNumberOfFilesReadWithCustomerError) The number of files that failed to be read from the input S3 bucket due to customer error.totalNumberOfImportedFiles
(Long totalNumberOfImportedFiles) The number of files imported so far.totalNumberOfResourcesImported
(Long totalNumberOfResourcesImported) The number of resources imported so far.totalNumberOfResourcesScanned
(Long totalNumberOfResourcesScanned) The number of resources scanned from the input S3 bucket.totalNumberOfResourcesWithCustomerError
(Long totalNumberOfResourcesWithCustomerError) The number of resources that failed due to customer error.totalNumberOfScannedFiles
(Long totalNumberOfScannedFiles) The number of files scanned from input S3 bucket.totalSizeOfScannedFilesInMB
(Double totalSizeOfScannedFilesInMB) The size (in MB) of the files scanned from the input S3 bucket.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
-
totalNumberOfScannedFiles
The number of files scanned from input S3 bucket.
- Parameters:
totalNumberOfScannedFiles
- The number of files scanned from input S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalSizeOfScannedFilesInMB
The size (in MB) of the files scanned from the input S3 bucket.
- Parameters:
totalSizeOfScannedFilesInMB
- The size (in MB) of the files scanned from the input S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfImportedFiles
The number of files imported so far.
- Parameters:
totalNumberOfImportedFiles
- The number of files imported so far.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfResourcesScanned
The number of resources scanned from the input S3 bucket.
- Parameters:
totalNumberOfResourcesScanned
- The number of resources scanned from the input S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfResourcesImported
The number of resources imported so far.
- Parameters:
totalNumberOfResourcesImported
- The number of resources imported so far.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfResourcesWithCustomerError
JobProgressReport.Builder totalNumberOfResourcesWithCustomerError(Long totalNumberOfResourcesWithCustomerError) The number of resources that failed due to customer error.
- Parameters:
totalNumberOfResourcesWithCustomerError
- The number of resources that failed due to customer error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfFilesReadWithCustomerError
JobProgressReport.Builder totalNumberOfFilesReadWithCustomerError(Long totalNumberOfFilesReadWithCustomerError) The number of files that failed to be read from the input S3 bucket due to customer error.
- Parameters:
totalNumberOfFilesReadWithCustomerError
- The number of files that failed to be read from the input S3 bucket due to customer error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
throughput
The throughput (in MB/sec) of the import job.
- Parameters:
throughput
- The throughput (in MB/sec) of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-