Struct aws_sdk_ec2::model::ipv6_prefix_specification::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Ipv6PrefixSpecification
.
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) -> Ipv6PrefixSpecification
pub fn build(self) -> Ipv6PrefixSpecification
Consumes the builder and constructs a Ipv6PrefixSpecification
.