Class GetDataProductReleaseOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

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

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

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