pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteInstanceEventWindowOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn instance_event_window_state(
self,
input: InstanceEventWindowStateChange
) -> Self
pub fn instance_event_window_state(
self,
input: InstanceEventWindowStateChange
) -> Self
The state of the event window.
sourcepub fn set_instance_event_window_state(
self,
input: Option<InstanceEventWindowStateChange>
) -> Self
pub fn set_instance_event_window_state(
self,
input: Option<InstanceEventWindowStateChange>
) -> Self
The state of the event window.
sourcepub fn build(self) -> DeleteInstanceEventWindowOutput
pub fn build(self) -> DeleteInstanceEventWindowOutput
Consumes the builder and constructs a DeleteInstanceEventWindowOutput
.