Class UpdateOfferingIbmOptions.Builder

  • Enclosing class:
    UpdateOfferingIbmOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public UpdateOfferingIbmOptions build()
        Builds a UpdateOfferingIbmOptions.
        Returns:
        the new UpdateOfferingIbmOptions instance
      • catalogIdentifier

        public UpdateOfferingIbmOptions.Builder catalogIdentifier​(java.lang.String catalogIdentifier)
        Set the catalogIdentifier.
        Parameters:
        catalogIdentifier - the catalogIdentifier
        Returns:
        the UpdateOfferingIbmOptions builder
      • offeringId

        public UpdateOfferingIbmOptions.Builder offeringId​(java.lang.String offeringId)
        Set the offeringId.
        Parameters:
        offeringId - the offeringId
        Returns:
        the UpdateOfferingIbmOptions builder
      • approvalType

        public UpdateOfferingIbmOptions.Builder approvalType​(java.lang.String approvalType)
        Set the approvalType.
        Parameters:
        approvalType - the approvalType
        Returns:
        the UpdateOfferingIbmOptions builder
      • approved

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