Struct aws_sdk_networkmanager::model::vpc_options::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for VpcOptions
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ipv6_support(self, input: bool) -> Self
pub fn ipv6_support(self, input: bool) -> Self
Indicates whether IPv6 is supported.
sourcepub fn set_ipv6_support(self, input: Option<bool>) -> Self
pub fn set_ipv6_support(self, input: Option<bool>) -> Self
Indicates whether IPv6 is supported.
sourcepub fn appliance_mode_support(self, input: bool) -> Self
pub fn appliance_mode_support(self, input: bool) -> Self
Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is false
.
sourcepub fn set_appliance_mode_support(self, input: Option<bool>) -> Self
pub fn set_appliance_mode_support(self, input: Option<bool>) -> Self
Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is false
.
sourcepub fn build(self) -> VpcOptions
pub fn build(self) -> VpcOptions
Consumes the builder and constructs a VpcOptions
.