pub struct Builder { /* private fields */ }
Expand description
A builder for InstanceEventWindowAssociationTarget
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn instance_ids(self, input: impl Into<String>) -> Self
pub fn instance_ids(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_instance_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_instance_ids(self, input: Option<Vec<String>>) -> Self
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.
sourcepub fn dedicated_host_ids(self, input: impl Into<String>) -> Self
pub fn dedicated_host_ids(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_dedicated_host_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_dedicated_host_ids(self, input: Option<Vec<String>>) -> Self
The IDs of the Dedicated Hosts associated with the event window.
sourcepub fn build(self) -> InstanceEventWindowAssociationTarget
pub fn build(self) -> InstanceEventWindowAssociationTarget
Consumes the builder and constructs a InstanceEventWindowAssociationTarget
.