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 data set contents are in this state.
|
DatasetContentStatus.Builder |
state(DatasetContentState state)
The state of the data set contents.
|
DatasetContentStatus.Builder |
state(String state)
The state of the data set contents.
|
copyapplyMutation, buildDatasetContentStatus.Builder state(String state)
The state of the data set contents. Can be one of "READY", "CREATING", "SUCCEEDED" or "FAILED".
state - The state of the data set contents. Can be one of "READY", "CREATING", "SUCCEEDED" or "FAILED".DatasetContentState,
DatasetContentStateDatasetContentStatus.Builder state(DatasetContentState state)
The state of the data set contents. Can be one of "READY", "CREATING", "SUCCEEDED" or "FAILED".
state - The state of the data set contents. Can be one of "READY", "CREATING", "SUCCEEDED" or "FAILED".DatasetContentState,
DatasetContentStateDatasetContentStatus.Builder reason(String reason)
The reason the data set contents are in this state.
reason - The reason the data set contents are in this state.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.