#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyClusterDbRevisionInput
Implementations
The unique identifier of a cluster whose database revision you want to modify.
Example: examplecluster
The unique identifier of a cluster whose database revision you want to modify.
Example: examplecluster
The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions
request.
The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions
request.
Consumes the builder and constructs a ModifyClusterDbRevisionInput
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