Interface CIDRSummary.Builder

    • Method Detail

      • availableCIDRCount

        CIDRSummary.Builder availableCIDRCount​(Integer availableCIDRCount)

        The number of CIDR blocks available for use by the IP set references in a firewall.

        Parameters:
        availableCIDRCount - The number of CIDR blocks available for use by the IP set references in a firewall.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • utilizedCIDRCount

        CIDRSummary.Builder utilizedCIDRCount​(Integer utilizedCIDRCount)

        The number of CIDR blocks used by the IP set references in a firewall.

        Parameters:
        utilizedCIDRCount - The number of CIDR blocks used by the IP set references in a firewall.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipSetReferences

        CIDRSummary.Builder ipSetReferences​(Map<String,​IPSetMetadata> ipSetReferences)

        The list of the IP set references used by a firewall.

        Parameters:
        ipSetReferences - The list of the IP set references used by a firewall.
        Returns:
        Returns a reference to this object so that method calls can be chained together.