Struct aws_sdk_devicefarm::model::cpu::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for Cpu.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_frequency(self, input: Option<String>) -> Self
pub fn set_frequency(self, input: Option<String>) -> Self
The CPU's frequency.
sourcepub fn architecture(self, input: impl Into<String>) -> Self
pub fn architecture(self, input: impl Into<String>) -> Self
The CPU's architecture (for example, x86 or ARM).
sourcepub fn set_architecture(self, input: Option<String>) -> Self
pub fn set_architecture(self, input: Option<String>) -> Self
The CPU's architecture (for example, x86 or ARM).
sourcepub fn clock(self, input: f64) -> Self
pub fn clock(self, input: f64) -> Self
The clock speed of the device's CPU, expressed in hertz (Hz). For example, a 1.2 GHz CPU is expressed as 1200000000.