Struct aws_sdk_ec2::model::instance_event_window_association_target::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for InstanceEventWindowAssociationTarget
Implementations
Appends an item to instance_ids
.
To override the contents of this collection use set_instance_ids
.
The IDs of the instances associated with the event window.
The IDs of the instances associated with the event window.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The instance tags associated with the event window. Any instances associated with the tags will be associated with the event window.
The instance tags associated with the event window. Any instances associated with the tags will be associated with the event window.
Appends an item to dedicated_host_ids
.
To override the contents of this collection use set_dedicated_host_ids
.
The IDs of the Dedicated Hosts associated with the event window.
The IDs of the Dedicated Hosts associated with the event window.
Consumes the builder and constructs a InstanceEventWindowAssociationTarget
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