Interface JobProgressReport.Builder

  • Method Details

    • totalNumberOfScannedFiles

      JobProgressReport.Builder totalNumberOfScannedFiles(Long totalNumberOfScannedFiles)

      The number of files scanned from the S3 input bucket.

      Parameters:
      totalNumberOfScannedFiles - The number of files scanned from the S3 input bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalSizeOfScannedFilesInMB

      JobProgressReport.Builder totalSizeOfScannedFilesInMB(Double totalSizeOfScannedFilesInMB)

      The size (in MB) of files scanned from the S3 input bucket.

      Parameters:
      totalSizeOfScannedFilesInMB - The size (in MB) of files scanned from the S3 input bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalNumberOfImportedFiles

      JobProgressReport.Builder totalNumberOfImportedFiles(Long totalNumberOfImportedFiles)

      The number of files imported.

      Parameters:
      totalNumberOfImportedFiles - The number of files imported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalNumberOfResourcesScanned

      JobProgressReport.Builder totalNumberOfResourcesScanned(Long totalNumberOfResourcesScanned)

      The number of resources scanned from the S3 input bucket.

      Parameters:
      totalNumberOfResourcesScanned - The number of resources scanned from the S3 input bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalNumberOfResourcesImported

      JobProgressReport.Builder totalNumberOfResourcesImported(Long totalNumberOfResourcesImported)

      The number of resources imported.

      Parameters:
      totalNumberOfResourcesImported - The number of resources imported.
      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 S3 input bucket due to customer error.

      Parameters:
      totalNumberOfFilesReadWithCustomerError - The number of files that failed to be read from the S3 input bucket due to customer error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • throughput

      JobProgressReport.Builder throughput(Double throughput)

      The transaction rate the import job is processed at.

      Parameters:
      throughput - The transaction rate the import job is processed at.
      Returns:
      Returns a reference to this object so that method calls can be chained together.