public static interface NodeSummary.Builder extends SdkPojo, CopyableBuilder<NodeSummary.Builder,NodeSummary>
| Modifier and Type | Method and Description |
|---|---|
NodeSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the node.
|
NodeSummary.Builder |
availabilityZone(String availabilityZone)
The Availability Zone in which the node exists.
|
NodeSummary.Builder |
creationDate(Instant creationDate)
The date and time that the node was created.
|
NodeSummary.Builder |
id(String id)
The unique identifier of the node.
|
NodeSummary.Builder |
instanceType(String instanceType)
The EC2 instance type for the node.
|
NodeSummary.Builder |
status(NodeStatus status)
The status of the node.
|
NodeSummary.Builder |
status(String status)
The status of the node.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNodeSummary.Builder id(String id)
The unique identifier of the node.
id - The unique identifier of the node.NodeSummary.Builder status(String status)
The status of the node.
status - The status of the node.NodeStatus,
NodeStatusNodeSummary.Builder status(NodeStatus status)
The status of the node.
status - The status of the node.NodeStatus,
NodeStatusNodeSummary.Builder creationDate(Instant creationDate)
The date and time that the node was created.
creationDate - The date and time that the node was created.NodeSummary.Builder availabilityZone(String availabilityZone)
The Availability Zone in which the node exists.
availabilityZone - The Availability Zone in which the node exists.NodeSummary.Builder instanceType(String instanceType)
The EC2 instance type for the node.
instanceType - The EC2 instance type for the node.NodeSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
arn - The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource
Names (ARNs) in the Amazon Web Services General Reference.Copyright © 2023. All rights reserved.