Struct aws_sdk_ec2::model::v_cpu_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for VCpuInfo
Implementations
The default number of vCPUs for the instance type.
The default number of vCPUs for the instance type.
The default number of cores for the instance type.
The default number of cores for the instance type.
The default number of threads per core for the instance type.
The default number of threads per core for the instance type.
Appends an item to valid_cores
.
To override the contents of this collection use set_valid_cores
.
The valid number of cores that can be configured for the instance type.
The valid number of cores that can be configured for the instance type.
Appends an item to valid_threads_per_core
.
To override the contents of this collection use set_valid_threads_per_core
.
The valid number of threads per core that can be configured for the instance type.
The valid number of threads per core that can be configured for the instance type.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more