pub struct Builder { /* private fields */ }
Expand description
A builder for Ipv6PrefixSpecificationRequest
.
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 prefix.
sourcepub fn set_ipv6_prefix(self, input: Option<String>) -> Self
pub fn set_ipv6_prefix(self, input: Option<String>) -> Self
The IPv6 prefix.
sourcepub fn build(self) -> Ipv6PrefixSpecificationRequest
pub fn build(self) -> Ipv6PrefixSpecificationRequest
Consumes the builder and constructs a Ipv6PrefixSpecificationRequest
.