Interface DatasetImportJobSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DatasetImportJobSummary.Builder,DatasetImportJobSummary>, SdkBuilder<DatasetImportJobSummary.Builder,DatasetImportJobSummary>, SdkPojo
Enclosing class:
DatasetImportJobSummary

public static interface DatasetImportJobSummary.Builder extends SdkPojo, CopyableBuilder<DatasetImportJobSummary.Builder,DatasetImportJobSummary>
  • Method Details

    • datasetImportJobArn

      DatasetImportJobSummary.Builder datasetImportJobArn(String datasetImportJobArn)

      The Amazon Resource Name (ARN) of the dataset import job.

      Parameters:
      datasetImportJobArn - The Amazon Resource Name (ARN) of the dataset import job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobName

      The name of the dataset import job.

      Parameters:
      jobName - The name of the dataset import job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the dataset import job.

      A dataset import job can be in one of the following states:

      • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

      Parameters:
      status - The status of the dataset import job.

      A dataset import job can be in one of the following states:

      • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDateTime

      DatasetImportJobSummary.Builder creationDateTime(Instant creationDateTime)

      The date and time (in Unix time) that the dataset import job was created.

      Parameters:
      creationDateTime - The date and time (in Unix time) that the dataset import job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedDateTime

      DatasetImportJobSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)

      The date and time (in Unix time) that the dataset import job status was last updated.

      Parameters:
      lastUpdatedDateTime - The date and time (in Unix time) that the dataset import job status was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureReason

      DatasetImportJobSummary.Builder failureReason(String failureReason)

      If a dataset import job fails, the reason behind the failure.

      Parameters:
      failureReason - If a dataset import job fails, the reason behind the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • importMode

      DatasetImportJobSummary.Builder importMode(String importMode)

      The import mode the dataset import job used to update the data in the dataset. For more information see Updating existing bulk data.

      Parameters:
      importMode - The import mode the dataset import job used to update the data in the dataset. For more information see Updating existing bulk data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • importMode

      The import mode the dataset import job used to update the data in the dataset. For more information see Updating existing bulk data.

      Parameters:
      importMode - The import mode the dataset import job used to update the data in the dataset. For more information see Updating existing bulk data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: