Interface CreateDataProductDraftOptions.State
-
- Enclosing class:
- CreateDataProductDraftOptions
public static interface CreateDataProductDraftOptions.State
The state of the data product version. If not specified, the data product version will be created in `draft` state.
-
-
Field Detail
-
DRAFT
static final java.lang.String DRAFT
draft.- See Also:
- Constant Field Values
-
AVAILABLE
static final java.lang.String AVAILABLE
available.- See Also:
- Constant Field Values
-
RETIRED
static final java.lang.String RETIRED
retired.- See Also:
- Constant Field Values
-
-