pub struct Builder { /* private fields */ }
Expand description
A builder for Ipv4PrefixSpecificationResponse
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ipv4_prefix(self, input: impl Into<String>) -> Self
pub fn ipv4_prefix(self, input: impl Into<String>) -> Self
The IPv4 delegated prefixes assigned to the network interface.
sourcepub fn set_ipv4_prefix(self, input: Option<String>) -> Self
pub fn set_ipv4_prefix(self, input: Option<String>) -> Self
The IPv4 delegated prefixes assigned to the network interface.
sourcepub fn build(self) -> Ipv4PrefixSpecificationResponse
pub fn build(self) -> Ipv4PrefixSpecificationResponse
Consumes the builder and constructs a Ipv4PrefixSpecificationResponse
.