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