public static interface KxNode.Builder extends SdkPojo, CopyableBuilder<KxNode.Builder,KxNode>
| Modifier and Type | Method and Description |
|---|---|
KxNode.Builder |
availabilityZoneId(String availabilityZoneId)
The identifier of the availability zones where subnets for the environment are created.
|
KxNode.Builder |
launchTime(Instant launchTime)
The time when a particular node is started.
|
KxNode.Builder |
nodeId(String nodeId)
A unique identifier for the node.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKxNode.Builder nodeId(String nodeId)
A unique identifier for the node.
nodeId - A unique identifier for the node.KxNode.Builder availabilityZoneId(String availabilityZoneId)
The identifier of the availability zones where subnets for the environment are created.
availabilityZoneId - The identifier of the availability zones where subnets for the environment are created.KxNode.Builder launchTime(Instant launchTime)
The time when a particular node is started. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
launchTime - The time when a particular node is started. The value is determined as epoch time in milliseconds. For
example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.Copyright © 2023. All rights reserved.