Struct aws_sdk_elasticache::model::node_group_update_status::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for NodeGroupUpdateStatus
Implementations
The ID of the node group
The ID of the node group
Appends an item to node_group_member_update_status
.
To override the contents of this collection use set_node_group_member_update_status
.
The status of the service update on the node group member
pub fn set_node_group_member_update_status(
self,
input: Option<Vec<NodeGroupMemberUpdateStatus>>
) -> Self
pub fn set_node_group_member_update_status(
self,
input: Option<Vec<NodeGroupMemberUpdateStatus>>
) -> Self
The status of the service update on the node group member
Consumes the builder and constructs a NodeGroupUpdateStatus
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