Class GetOfferingSourceOptions.Builder

  • Enclosing class:
    GetOfferingSourceOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public GetOfferingSourceOptions build()
        Builds a GetOfferingSourceOptions.
        Returns:
        the new GetOfferingSourceOptions instance
      • version

        public GetOfferingSourceOptions.Builder version​(java.lang.String version)
        Set the version.
        Parameters:
        version - the version
        Returns:
        the GetOfferingSourceOptions builder
      • accept

        public GetOfferingSourceOptions.Builder accept​(java.lang.String accept)
        Set the accept.
        Parameters:
        accept - the accept
        Returns:
        the GetOfferingSourceOptions builder
      • catalogId

        public GetOfferingSourceOptions.Builder catalogId​(java.lang.String catalogId)
        Set the catalogId.
        Parameters:
        catalogId - the catalogId
        Returns:
        the GetOfferingSourceOptions builder
      • name

        public GetOfferingSourceOptions.Builder name​(java.lang.String name)
        Set the name.
        Parameters:
        name - the name
        Returns:
        the GetOfferingSourceOptions builder
      • kind

        public GetOfferingSourceOptions.Builder kind​(java.lang.String kind)
        Set the kind.
        Parameters:
        kind - the kind
        Returns:
        the GetOfferingSourceOptions builder
      • channel

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