Struct aws_sdk_elasticinference::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: i32) -> Self
pub fn size_in_mi_b(self, input: i32) -> Self
The size in mebibytes of the Elastic Inference Accelerator type.
sourcepub fn set_size_in_mi_b(self, input: Option<i32>) -> Self
pub fn set_size_in_mi_b(self, input: Option<i32>) -> Self
The size in mebibytes of the Elastic Inference Accelerator type.
sourcepub fn build(self) -> MemoryInfo
pub fn build(self) -> MemoryInfo
Consumes the builder and constructs a MemoryInfo
.