Struct aws_sdk_ec2::model::network_bandwidth_gbps_request::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for NetworkBandwidthGbpsRequest
.
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. To specify no minimum limit, omit this parameter.
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. To specify no minimum limit, omit this parameter.
sourcepub fn max(self, input: f64) -> Self
pub fn max(self, input: f64) -> Self
The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.
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. To specify no maximum limit, omit this parameter.
sourcepub fn build(self) -> NetworkBandwidthGbpsRequest
pub fn build(self) -> NetworkBandwidthGbpsRequest
Consumes the builder and constructs a NetworkBandwidthGbpsRequest
.