pub struct Builder { /* private fields */ }Expand description
A builder for GetMaintenanceWindowExecutionInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn window_execution_id(self, input: impl Into<String>) -> Self
pub fn window_execution_id(self, input: impl Into<String>) -> Self
The ID of the maintenance window execution that includes the task.
sourcepub fn set_window_execution_id(self, input: Option<String>) -> Self
pub fn set_window_execution_id(self, input: Option<String>) -> Self
The ID of the maintenance window execution that includes the task.
sourcepub fn build(self) -> Result<GetMaintenanceWindowExecutionInput, BuildError>
pub fn build(self) -> Result<GetMaintenanceWindowExecutionInput, BuildError>
Consumes the builder and constructs a GetMaintenanceWindowExecutionInput.