Interface RuleVariables.Builder

  • Method Details

    • ipSets

      A list of IP addresses and address ranges, in CIDR notation.

      Parameters:
      ipSets - A list of IP addresses and address ranges, in CIDR notation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • portSets

      RuleVariables.Builder portSets(Map<String,PortSet> portSets)

      A list of port ranges.

      Parameters:
      portSets - A list of port ranges.
      Returns:
      Returns a reference to this object so that method calls can be chained together.