Interface ImportFileTaskInformation.Builder

  • Method Details

    • completionTime

      ImportFileTaskInformation.Builder completionTime(Instant completionTime)

      The time that the import task completes.

      Parameters:
      completionTime - The time that the import task completes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the import file task.

      Parameters:
      id - The ID of the import file task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • importName

      ImportFileTaskInformation.Builder importName(String importName)

      The name of the import task given in StartImportFileTask.

      Parameters:
      importName - The name of the import task given in StartImportFileTask.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputS3Bucket

      ImportFileTaskInformation.Builder inputS3Bucket(String inputS3Bucket)

      The S3 bucket where the import file is located.

      Parameters:
      inputS3Bucket - The S3 bucket where the import file is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputS3Key

      ImportFileTaskInformation.Builder inputS3Key(String inputS3Key)

      The Amazon S3 key name of the import file.

      Parameters:
      inputS3Key - The Amazon S3 key name of the import file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numberOfRecordsFailed

      ImportFileTaskInformation.Builder numberOfRecordsFailed(Integer numberOfRecordsFailed)

      The number of records that failed to be imported.

      Parameters:
      numberOfRecordsFailed - The number of records that failed to be imported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numberOfRecordsSuccess

      ImportFileTaskInformation.Builder numberOfRecordsSuccess(Integer numberOfRecordsSuccess)

      The number of records successfully imported.

      Parameters:
      numberOfRecordsSuccess - The number of records successfully imported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      Start time of the import task.

      Parameters:
      startTime - Start time of the import task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Status of import file task.

      Parameters:
      status - Status of import file task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Status of import file task.

      Parameters:
      status - Status of import file task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReportS3Bucket

      ImportFileTaskInformation.Builder statusReportS3Bucket(String statusReportS3Bucket)

      The S3 bucket name for status report of import task.

      Parameters:
      statusReportS3Bucket - The S3 bucket name for status report of import task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusReportS3Key

      ImportFileTaskInformation.Builder statusReportS3Key(String statusReportS3Key)

      The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.

      Parameters:
      statusReportS3Key - The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.
      Returns:
      Returns a reference to this object so that method calls can be chained together.