Interface GetImportFileTaskResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetImportFileTaskResponse.Builder,GetImportFileTaskResponse>, MigrationHubStrategyResponse.Builder, SdkBuilder<GetImportFileTaskResponse.Builder,GetImportFileTaskResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetImportFileTaskResponse

  • Method Details

    • 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.
    • id

      The import file task id returned in the response of StartImportFileTask.

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

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

      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

      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

      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.