Struct aws_sdk_ec2::model::fpga_info::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for FpgaInfo
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn fpgas(self, input: FpgaDeviceInfo) -> Self
pub fn fpgas(self, input: FpgaDeviceInfo) -> Self
Appends an item to fpgas
.
To override the contents of this collection use set_fpgas
.
Describes the FPGAs for the instance type.
sourcepub fn set_fpgas(self, input: Option<Vec<FpgaDeviceInfo>>) -> Self
pub fn set_fpgas(self, input: Option<Vec<FpgaDeviceInfo>>) -> Self
Describes the FPGAs for the instance type.
sourcepub fn total_fpga_memory_in_mi_b(self, input: i32) -> Self
pub fn total_fpga_memory_in_mi_b(self, input: i32) -> Self
The total memory of all FPGA accelerators for the instance type.
sourcepub fn set_total_fpga_memory_in_mi_b(self, input: Option<i32>) -> Self
pub fn set_total_fpga_memory_in_mi_b(self, input: Option<i32>) -> Self
The total memory of all FPGA accelerators for the instance type.