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.
|
copy
applyMutation, build
DatasetContentStatus.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
,
DatasetContentState
DatasetContentStatus.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
,
DatasetContentState
DatasetContentStatus.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.