Struct aws_sdk_elasticache::model::user_group::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UserGroup
Implementations
The ID of the user group.
The ID of the user group.
Indicates user group status. Can be "creating", "active", "modifying", "deleting".
Indicates user group status. Can be "creating", "active", "modifying", "deleting".
The current supported value is Redis.
Appends an item to user_ids
.
To override the contents of this collection use set_user_ids
.
The list of user IDs that belong to the user group.
The list of user IDs that belong to the user group.
The minimum engine version required, which is Redis 6.0
The minimum engine version required, which is Redis 6.0
A list of updates being applied to the user group.
A list of updates being applied to the user group.
Appends an item to replication_groups
.
To override the contents of this collection use set_replication_groups
.
A list of replication groups that the user group can access.
A list of replication groups that the user group can access.
The Amazon Resource Name (ARN) of the user group.
The Amazon Resource Name (ARN) of the user group.
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