Struct aws_sdk_ec2::model::memory_info::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for MemoryInfo
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn size_in_mi_b(self, input: i64) -> Self
pub fn size_in_mi_b(self, input: i64) -> Self
The size of the memory, in MiB.
sourcepub fn set_size_in_mi_b(self, input: Option<i64>) -> Self
pub fn set_size_in_mi_b(self, input: Option<i64>) -> Self
The size of the memory, in MiB.
sourcepub fn build(self) -> MemoryInfo
pub fn build(self) -> MemoryInfo
Consumes the builder and constructs a MemoryInfo
.