Class ExportRequestParameter.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of ExportRequestParameter.
    • Method Detail

      • setDraftPath

        public ExportRequestParameter.Builder setDraftPath​(java.lang.String draftPath)
        Policy path of a draft which is to be exported. If not provided, current firewall configuration will then be exported.
        Parameters:
        draftPath - New value for the property.
      • setPassphrase

        public ExportRequestParameter.Builder setPassphrase​(java.lang.String passphrase)
        Passphrase to sign exported files. The passphrase specified must be at least 8 characters in length and must contain at least one lowercase, one uppercase, one numeric character and one non-space special character.
        Parameters:
        passphrase - New value for the property.