#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for Node
Implementations
The node identifier. A node name is a numeric identifier (0001, 0002, etc.). The combination of cluster name, shard name and node name uniquely identifies every node used in a customer's Amazon account.
The node identifier. A node name is a numeric identifier (0001, 0002, etc.). The combination of cluster name, shard name and node name uniquely identifies every node used in a customer's Amazon account.
The status of the service update on the node
The status of the service update on the node
The Availability Zone in which the node resides
The Availability Zone in which the node resides
The date and time when the node was created.
The date and time when the node was created.
The hostname for connecting to this node.
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