Class AllowRule.Builder

  • Enclosing class:
    AllowRule

    public static class AllowRule.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • description

        public AllowRule.Builder description​(String description)
        A brief description of the access control rule.

        Avoid entering confidential information. example: 192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.

        Parameters:
        description - the value to set
        Returns:
        this builder