Struct aws_sdk_networkmanager::model::bandwidth::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Bandwidth
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn upload_speed(self, input: i32) -> Self
pub fn upload_speed(self, input: i32) -> Self
Upload speed in Mbps.
sourcepub fn set_upload_speed(self, input: Option<i32>) -> Self
pub fn set_upload_speed(self, input: Option<i32>) -> Self
Upload speed in Mbps.
sourcepub fn download_speed(self, input: i32) -> Self
pub fn download_speed(self, input: i32) -> Self
Download speed in Mbps.
sourcepub fn set_download_speed(self, input: Option<i32>) -> Self
pub fn set_download_speed(self, input: Option<i32>) -> Self
Download speed in Mbps.