Interface DatasetContentStatus.Builder

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

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

    • 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:
    • 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:
    • 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.