public static interface Node.Builder extends SdkPojo, CopyableBuilder<Node.Builder,Node>
| Modifier and Type | Method and Description |
|---|---|
Node.Builder |
availabilityZone(String availabilityZone)
The Availability Zone in which the node resides
|
Node.Builder |
createTime(Instant createTime)
The date and time when the node was created.
|
default Node.Builder |
endpoint(Consumer<Endpoint.Builder> endpoint)
The hostname for connecting to this node.
|
Node.Builder |
endpoint(Endpoint endpoint)
The hostname for connecting to this node.
|
Node.Builder |
name(String name)
The node identifier.
|
Node.Builder |
status(String status)
The status of the service update on the node
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNode.Builder name(String name)
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.
name - 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.Node.Builder status(String status)
The status of the service update on the node
status - The status of the service update on the nodeNode.Builder availabilityZone(String availabilityZone)
The Availability Zone in which the node resides
availabilityZone - The Availability Zone in which the node residesNode.Builder createTime(Instant createTime)
The date and time when the node was created.
createTime - The date and time when the node was created.Node.Builder endpoint(Endpoint endpoint)
The hostname for connecting to this node.
endpoint - The hostname for connecting to this node.default Node.Builder endpoint(Consumer<Endpoint.Builder> endpoint)
The hostname for connecting to this node.
This is a convenience method that creates an instance of theEndpoint.Builder avoiding the need to
create one manually via Endpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to endpoint(Endpoint).
endpoint - a consumer that will call methods on Endpoint.Builderendpoint(Endpoint)Copyright © 2023. All rights reserved.