Struct aws_sdk_redshift::model::maintenance_track::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for MaintenanceTrack
Implementations
The name of the maintenance track. Possible values are current
and trailing
.
The name of the maintenance track. Possible values are current
and trailing
.
The version number for the cluster release.
The version number for the cluster release.
Appends an item to update_targets
.
To override the contents of this collection use set_update_targets
.
An array of UpdateTarget
objects to update with the maintenance track.
An array of UpdateTarget
objects to update with the maintenance track.
Consumes the builder and constructs a MaintenanceTrack
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