Interface DatasetContentStatus.Builder

    • Method Detail

      • state

        DatasetContentStatus.Builder state​(String state)

        The state of the dataset contents. Can be one of READY, CREATING, SUCCEEDED, or FAILED.

        Parameters:
        state - The state of the dataset contents. Can be one of READY, CREATING, SUCCEEDED, or FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DatasetContentState, DatasetContentState
      • reason

        DatasetContentStatus.Builder reason​(String reason)

        The reason the dataset contents are in this state.

        Parameters:
        reason - The reason the dataset contents are in this state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.