Interface DataDeletionJobSummary.Builder

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

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

    • dataDeletionJobArn

      DataDeletionJobSummary.Builder dataDeletionJobArn(String dataDeletionJobArn)

      The Amazon Resource Name (ARN) of the data deletion job.

      Parameters:
      dataDeletionJobArn - The Amazon Resource Name (ARN) of the data deletion job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasetGroupArn

      DataDeletionJobSummary.Builder datasetGroupArn(String datasetGroupArn)

      The Amazon Resource Name (ARN) of the dataset group the job deleted records from.

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

      The name of the data deletion job.

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

      The status of the data deletion job.

      A data deletion job can have one of the following statuses:

      • PENDING > IN_PROGRESS > COMPLETED -or- FAILED

      Parameters:
      status - The status of the data deletion job.

      A data deletion job can have one of the following statuses:

      • PENDING > IN_PROGRESS > COMPLETED -or- FAILED

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

      DataDeletionJobSummary.Builder creationDateTime(Instant creationDateTime)

      The creation date and time (in Unix time) of the data deletion job.

      Parameters:
      creationDateTime - The creation date and time (in Unix time) of the data deletion job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedDateTime

      DataDeletionJobSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)

      The date and time (in Unix time) the data deletion job was last updated.

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

      DataDeletionJobSummary.Builder failureReason(String failureReason)

      If a data deletion job fails, provides the reason why.

      Parameters:
      failureReason - If a data deletion job fails, provides the reason why.
      Returns:
      Returns a reference to this object so that method calls can be chained together.