Struct aws_sdk_ec2::model::ena_srd_specification::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for EnaSrdSpecification
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ena_srd_enabled(self, input: bool) -> Self
pub fn ena_srd_enabled(self, input: bool) -> Self
Indicates whether ENA Express is enabled for the network interface.
sourcepub fn set_ena_srd_enabled(self, input: Option<bool>) -> Self
pub fn set_ena_srd_enabled(self, input: Option<bool>) -> Self
Indicates whether ENA Express is enabled for the network interface.
sourcepub fn ena_srd_udp_specification(self, input: EnaSrdUdpSpecification) -> Self
pub fn ena_srd_udp_specification(self, input: EnaSrdUdpSpecification) -> Self
Configures ENA Express for UDP network traffic.
sourcepub fn set_ena_srd_udp_specification(
self,
input: Option<EnaSrdUdpSpecification>
) -> Self
pub fn set_ena_srd_udp_specification(
self,
input: Option<EnaSrdUdpSpecification>
) -> Self
Configures ENA Express for UDP network traffic.
sourcepub fn build(self) -> EnaSrdSpecification
pub fn build(self) -> EnaSrdSpecification
Consumes the builder and constructs a EnaSrdSpecification
.