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