Interface DeleteDatasetResponse.Builder

    • Method Detail

      • datasetStatus

        DeleteDatasetResponse.Builder datasetStatus​(DatasetStatus datasetStatus)

        The status of the dataset. This contains the state and any error messages. State is DELETING after a successfull call to this API, and any associated error message.

        Parameters:
        datasetStatus - The status of the dataset. This contains the state and any error messages. State is DELETING after a successfull call to this API, and any associated error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.