Class GetDataProductDraftOptions.Builder

  • Enclosing class:
    GetDataProductDraftOptions

    public static class GetDataProductDraftOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String dataProductId,
                       java.lang.String draftId)
        Instantiates a new builder with required properties.
        Parameters:
        dataProductId - the dataProductId
        draftId - the draftId
    • Method Detail

      • build

        public GetDataProductDraftOptions build()
        Builds a GetDataProductDraftOptions.
        Returns:
        the new GetDataProductDraftOptions instance
      • dataProductId

        public GetDataProductDraftOptions.Builder dataProductId​(java.lang.String dataProductId)
        Set the dataProductId.
        Parameters:
        dataProductId - the dataProductId
        Returns:
        the GetDataProductDraftOptions builder
      • draftId

        public GetDataProductDraftOptions.Builder draftId​(java.lang.String draftId)
        Set the draftId.
        Parameters:
        draftId - the draftId
        Returns:
        the GetDataProductDraftOptions builder