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