Struct aws_sdk_ec2::model::instance_ipv4_prefix::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for InstanceIpv4Prefix
.
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
One or more IPv4 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
One or more IPv4 prefixes assigned to the network interface.
sourcepub fn build(self) -> InstanceIpv4Prefix
pub fn build(self) -> InstanceIpv4Prefix
Consumes the builder and constructs a InstanceIpv4Prefix
.