Interface IPSetMetadata.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IPSetMetadata.Builder,IPSetMetadata>, SdkBuilder<IPSetMetadata.Builder,IPSetMetadata>, SdkPojo
Enclosing class:
IPSetMetadata

public static interface IPSetMetadata.Builder extends SdkPojo, CopyableBuilder<IPSetMetadata.Builder,IPSetMetadata>
  • Method Details

    • resolvedCIDRCount

      IPSetMetadata.Builder resolvedCIDRCount(Integer resolvedCIDRCount)

      Describes the total number of CIDR blocks currently in use by the IP set references in a firewall. To determine how many CIDR blocks are available for you to use in a firewall, you can call AvailableCIDRCount.

      Parameters:
      resolvedCIDRCount - Describes the total number of CIDR blocks currently in use by the IP set references in a firewall. To determine how many CIDR blocks are available for you to use in a firewall, you can call AvailableCIDRCount.
      Returns:
      Returns a reference to this object so that method calls can be chained together.