Interface DeleteDatasetResponse.Builder

  • Method Details

    • datasetArn

      DeleteDatasetResponse.Builder datasetArn(String datasetArn)

      The Amazon Resource Name (ARN) of the dataset.

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

      DeleteDatasetResponse.Builder datasetId(String datasetId)

      The unique identifier of the dataset.

      Parameters:
      datasetId - The unique identifier of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the dataset after the delete request.

      Parameters:
      status - The current status of the dataset after the delete request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the dataset after the delete request.

      Parameters:
      status - The current status of the dataset after the delete request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • datasetVersion

      DeleteDatasetResponse.Builder datasetVersion(String datasetVersion)

      The version deleted.

      Parameters:
      datasetVersion - The version deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      DeleteDatasetResponse.Builder updatedAt(Instant updatedAt)

      The timestamp when the delete was initiated.

      Parameters:
      updatedAt - The timestamp when the delete was initiated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.