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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPSetMetadata.BuilderresolvedCIDRCount(Integer resolvedCIDRCount)Describes the total number of CIDR blocks currently in use by the IP set references in a firewall.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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 callAvailableCIDRCount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-