Interface DatasetImportJobSummary.Builder

    • Method Detail

      • 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

        DatasetImportJobSummary.Builder jobName​(String 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

        DatasetImportJobSummary.Builder status​(String 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.