| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
Node.Builder |
Node.Builder.availabilityZone(String availabilityZone)
The Availability Zone (AZ) in which the node has been deployed.
|
static Node.Builder |
Node.builder() |
default Node.Builder |
Node.Builder.endpoint(Consumer<Endpoint.Builder> endpoint)
The endpoint for the node, consisting of a DNS name and a port number.
|
Node.Builder |
Node.Builder.endpoint(Endpoint endpoint)
The endpoint for the node, consisting of a DNS name and a port number.
|
Node.Builder |
Node.Builder.nodeCreateTime(Instant nodeCreateTime)
The date and time (in UNIX epoch format) when the node was launched.
|
Node.Builder |
Node.Builder.nodeId(String nodeId)
A system-generated identifier for the node.
|
Node.Builder |
Node.Builder.nodeStatus(String nodeStatus)
The current status of the node.
|
Node.Builder |
Node.Builder.parameterGroupStatus(String parameterGroupStatus)
The status of the parameter group associated with this node.
|
Node.Builder |
Node.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Node.Builder> |
Node.serializableBuilderClass() |
Copyright © 2021. All rights reserved.