Struct aws_sdk_redshift::model::cluster_db_revision::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ClusterDbRevision
Implementations
The unique identifier of the cluster.
The unique identifier of the cluster.
A string representing the current cluster version.
A string representing the current cluster version.
The date on which the database revision was released.
The date on which the database revision was released.
Appends an item to revision_targets
.
To override the contents of this collection use set_revision_targets
.
A list of RevisionTarget
objects, where each object describes the
database revision that a cluster can be updated to.
A list of RevisionTarget
objects, where each object describes the
database revision that a cluster can be updated to.
Consumes the builder and constructs a ClusterDbRevision
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