pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyInstanceEventWindowOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn instance_event_window(self, input: InstanceEventWindow) -> Self
pub fn instance_event_window(self, input: InstanceEventWindow) -> Self
Information about the event window.
sourcepub fn set_instance_event_window(
self,
input: Option<InstanceEventWindow>
) -> Self
pub fn set_instance_event_window(
self,
input: Option<InstanceEventWindow>
) -> Self
Information about the event window.
sourcepub fn build(self) -> ModifyInstanceEventWindowOutput
pub fn build(self) -> ModifyInstanceEventWindowOutput
Consumes the builder and constructs a ModifyInstanceEventWindowOutput
.