Interface GetImportFileTaskResponse.Builder

    • Method Detail

      • completionTime

        GetImportFileTaskResponse.Builder completionTime​(Instant completionTime)

        The time that the import task completed.

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

        GetImportFileTaskResponse.Builder inputS3Bucket​(String inputS3Bucket)

        The S3 bucket where import file is located.

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

        GetImportFileTaskResponse.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

        GetImportFileTaskResponse.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

        GetImportFileTaskResponse.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

        GetImportFileTaskResponse.Builder startTime​(Instant 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.
      • statusReportS3Bucket

        GetImportFileTaskResponse.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

        GetImportFileTaskResponse.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.