pub struct Builder { /* private fields */ }
Expand description
A builder for CapacityUsageSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cid_rs(self, input: CidrSummary) -> Self
pub fn cid_rs(self, input: CidrSummary) -> Self
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
sourcepub fn set_cid_rs(self, input: Option<CidrSummary>) -> Self
pub fn set_cid_rs(self, input: Option<CidrSummary>) -> Self
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
sourcepub fn build(self) -> CapacityUsageSummary
pub fn build(self) -> CapacityUsageSummary
Consumes the builder and constructs a CapacityUsageSummary
.