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