Struct aws_sdk_ec2::model::network_bandwidth_gbps::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for NetworkBandwidthGbps
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn min(self, input: f64) -> Self
pub fn min(self, input: f64) -> Self
The minimum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no minimum limit.
sourcepub fn set_min(self, input: Option<f64>) -> Self
pub fn set_min(self, input: Option<f64>) -> Self
The minimum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no minimum limit.
sourcepub fn max(self, input: f64) -> Self
pub fn max(self, input: f64) -> Self
The maximum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no maximum limit.
sourcepub fn set_max(self, input: Option<f64>) -> Self
pub fn set_max(self, input: Option<f64>) -> Self
The maximum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no maximum limit.
sourcepub fn build(self) -> NetworkBandwidthGbps
pub fn build(self) -> NetworkBandwidthGbps
Consumes the builder and constructs a NetworkBandwidthGbps
.