#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyClusterMaintenanceInput
Implementations
A unique identifier for the cluster.
A unique identifier for the cluster.
A boolean indicating whether to enable the deferred maintenance window.
A boolean indicating whether to enable the deferred maintenance window.
A unique identifier for the deferred maintenance window.
A unique identifier for the deferred maintenance window.
A timestamp indicating the start time for the deferred maintenance window.
A timestamp indicating the start time for the deferred maintenance window.
A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
An integer indicating the duration of the maintenance window in days. If you specify a duration, you can't specify an end time. The duration must be 45 days or less.
An integer indicating the duration of the maintenance window in days. If you specify a duration, you can't specify an end time. The duration must be 45 days or less.
Consumes the builder and constructs a ModifyClusterMaintenanceInput
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