#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for MaintenanceWindowTaskInvocationParameters
Implementations
The parameters for a RUN_COMMAND
task type.
The parameters for a RUN_COMMAND
task type.
The parameters for an AUTOMATION
task type.
The parameters for an AUTOMATION
task type.
The parameters for a STEP_FUNCTIONS
task type.
pub fn set_step_functions(
self,
input: Option<MaintenanceWindowStepFunctionsParameters>
) -> Self
pub fn set_step_functions(
self,
input: Option<MaintenanceWindowStepFunctionsParameters>
) -> Self
The parameters for a STEP_FUNCTIONS
task type.
The parameters for a LAMBDA
task type.
The parameters for a LAMBDA
task type.
Consumes the builder and constructs a MaintenanceWindowTaskInvocationParameters
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more