pub struct Builder { /* private fields */ }
Expand description
A builder for NodeGroupUpdateStatus
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn node_group_id(self, input: impl Into<String>) -> Self
pub fn node_group_id(self, input: impl Into<String>) -> Self
The ID of the node group
sourcepub fn set_node_group_id(self, input: Option<String>) -> Self
pub fn set_node_group_id(self, input: Option<String>) -> Self
The ID of the node group
sourcepub fn node_group_member_update_status(
self,
input: NodeGroupMemberUpdateStatus
) -> Self
pub fn node_group_member_update_status(
self,
input: NodeGroupMemberUpdateStatus
) -> Self
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
sourcepub 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
sourcepub fn build(self) -> NodeGroupUpdateStatus
pub fn build(self) -> NodeGroupUpdateStatus
Consumes the builder and constructs a NodeGroupUpdateStatus
.