#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyClusterSubnetGroupInput
Implementations
The name of the subnet group to be modified.
The name of the subnet group to be modified.
A text description of the subnet group to be modified.
A text description of the subnet group to be modified.
Appends an item to subnet_ids
.
To override the contents of this collection use set_subnet_ids
.
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
Consumes the builder and constructs a ModifyClusterSubnetGroupInput
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