Struct aws_sdk_ec2::input::modify_instance_placement_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ModifyInstancePlacementInput
Implementations
The affinity setting for the instance.
The name of the placement group in which to place the instance. For spread placement
groups, the instance must have a tenancy of default
. For cluster and
partition placement groups, the instance must have a tenancy of default
or
dedicated
.
To remove an instance from a placement group, specify an empty string ("").
The name of the placement group in which to place the instance. For spread placement
groups, the instance must have a tenancy of default
. For cluster and
partition placement groups, the instance must have a tenancy of default
or
dedicated
.
To remove an instance from a placement group, specify an empty string ("").
The ID of the Dedicated Host with which to associate the instance.
The ID of the Dedicated Host with which to associate the instance.
The ID of the instance that you are modifying.
The ID of the instance that you are modifying.
The tenancy for the instance.
For T3 instances, you can't change the tenancy from dedicated
to host
, or from host
to dedicated
.
Attempting to make one of these unsupported tenancy changes results in the
InvalidTenancy
error code.
The tenancy for the instance.
For T3 instances, you can't change the tenancy from dedicated
to host
, or from host
to dedicated
.
Attempting to make one of these unsupported tenancy changes results in the
InvalidTenancy
error code.
Reserved for future use.
Reserved for future use.
The ARN of the host resource group in which to place the instance.
The ARN of the host resource group in which to place the instance.
Consumes the builder and constructs a ModifyInstancePlacementInput
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