public static interface CapacityUsageSummary.Builder extends SdkPojo, CopyableBuilder<CapacityUsageSummary.Builder,CapacityUsageSummary>
| Modifier and Type | Method and Description |
|---|---|
CapacityUsageSummary.Builder |
cidRs(CIDRSummary cidRs)
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
|
default CapacityUsageSummary.Builder |
cidRs(Consumer<CIDRSummary.Builder> cidRs)
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCapacityUsageSummary.Builder cidRs(CIDRSummary cidRs)
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
cidRs - Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.default CapacityUsageSummary.Builder cidRs(Consumer<CIDRSummary.Builder> cidRs)
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
This is a convenience method that creates an instance of theCIDRSummary.Builder avoiding the need to
create one manually via CIDRSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to cidRs(CIDRSummary).
cidRs - a consumer that will call methods on CIDRSummary.BuildercidRs(CIDRSummary)Copyright © 2023. All rights reserved.