Struct aws_sdk_ec2::model::instance_requirements_with_metadata_request::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for InstanceRequirementsWithMetadataRequest
Implementations
Appends an item to architecture_types
.
To override the contents of this collection use set_architecture_types
.
The architecture type.
The architecture type.
Appends an item to virtualization_types
.
To override the contents of this collection use set_virtualization_types
.
The virtualization type.
The virtualization type.
The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.
The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.
Consumes the builder and constructs a InstanceRequirementsWithMetadataRequest
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