public static interface DatasetContentStatus.Builder extends SdkPojo, CopyableBuilder<DatasetContentStatus.Builder,DatasetContentStatus>
| Modifier and Type | Method and Description |
|---|---|
DatasetContentStatus.Builder |
reason(String reason)
The reason the dataset contents are in this state.
|
DatasetContentStatus.Builder |
state(DatasetContentState state)
The state of the dataset contents.
|
DatasetContentStatus.Builder |
state(String state)
The state of the dataset contents.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetContentStatus.Builder state(String state)
The state of the dataset contents. Can be one of READY, CREATING, SUCCEEDED, or FAILED.
state - The state of the dataset contents. Can be one of READY, CREATING, SUCCEEDED, or FAILED.DatasetContentState,
DatasetContentStateDatasetContentStatus.Builder state(DatasetContentState state)
The state of the dataset contents. Can be one of READY, CREATING, SUCCEEDED, or FAILED.
state - The state of the dataset contents. Can be one of READY, CREATING, SUCCEEDED, or FAILED.DatasetContentState,
DatasetContentStateDatasetContentStatus.Builder reason(String reason)
The reason the dataset contents are in this state.
reason - The reason the dataset contents are in this state.Copyright © 2023. All rights reserved.