Class IntegrationPatch.Builder

  • Enclosing class:
    IntegrationPatch

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

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public IntegrationPatch build()
        Builds a IntegrationPatch.
        Returns:
        the new IntegrationPatch instance
      • addStorageCatalogs

        public IntegrationPatch.Builder addStorageCatalogs​(java.lang.String storageCatalogs)
        Adds a new element to storageCatalogs.
        Parameters:
        storageCatalogs - the new element to be added
        Returns:
        the IntegrationPatch builder
      • apikey

        public IntegrationPatch.Builder apikey​(java.lang.String apikey)
        Set the apikey.
        Parameters:
        apikey - the apikey
        Returns:
        the IntegrationPatch builder
      • enableDataPolicyWithinWxd

        public IntegrationPatch.Builder enableDataPolicyWithinWxd​(java.lang.Boolean enableDataPolicyWithinWxd)
        Set the enableDataPolicyWithinWxd.
        Parameters:
        enableDataPolicyWithinWxd - the enableDataPolicyWithinWxd
        Returns:
        the IntegrationPatch builder
      • password

        public IntegrationPatch.Builder password​(java.lang.String password)
        Set the password.
        Parameters:
        password - the password
        Returns:
        the IntegrationPatch builder
      • resource

        public IntegrationPatch.Builder resource​(java.lang.String resource)
        Set the resource.
        Parameters:
        resource - the resource
        Returns:
        the IntegrationPatch builder
      • storageCatalogs

        public IntegrationPatch.Builder storageCatalogs​(java.util.List<java.lang.String> storageCatalogs)
        Set the storageCatalogs. Existing storageCatalogs will be replaced.
        Parameters:
        storageCatalogs - the storageCatalogs
        Returns:
        the IntegrationPatch builder
      • url

        public IntegrationPatch.Builder url​(java.lang.String url)
        Set the url.
        Parameters:
        url - the url
        Returns:
        the IntegrationPatch builder
      • username

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