Interface CIDRSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CIDRSummary.Builder,CIDRSummary>,SdkBuilder<CIDRSummary.Builder,CIDRSummary>,SdkPojo
- Enclosing class:
- CIDRSummary
public static interface CIDRSummary.Builder extends SdkPojo, CopyableBuilder<CIDRSummary.Builder,CIDRSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CIDRSummary.BuilderavailableCIDRCount(Integer availableCIDRCount)The number of CIDR blocks available for use by the IP set references in a firewall.CIDRSummary.BuilderipSetReferences(Map<String,IPSetMetadata> ipSetReferences)The list of the IP set references used by a firewall.CIDRSummary.BuilderutilizedCIDRCount(Integer utilizedCIDRCount)The number of CIDR blocks used 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
-
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.
-
-