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 Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AVAILABLE
      available.
      static java.lang.String DRAFT
      draft.
      static java.lang.String RETIRED
      retired.