Struct aws_sdk_databasemigration::input::create_replication_subnet_group_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateReplicationSubnetGroupInput
Implementations
The name for the replication subnet group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be "default".
Example: mySubnetgroup
The name for the replication subnet group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be "default".
Example: mySubnetgroup
The description for the subnet group.
The description for the subnet group.
Appends an item to subnet_ids
.
To override the contents of this collection use set_subnet_ids
.
One or more subnet IDs to be assigned to the subnet group.
One or more subnet IDs to be assigned to the subnet group.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
One or more tags to be assigned to the subnet group.
One or more tags to be assigned to the subnet group.
Consumes the builder and constructs a CreateReplicationSubnetGroupInput
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