static NodeSnapshot.Builder |
NodeSnapshot.builder() |
|
NodeSnapshot.Builder |
NodeSnapshot.Builder.cacheClusterId(String cacheClusterId) |
A unique identifier for the source cluster.
|
NodeSnapshot.Builder |
NodeSnapshot.Builder.cacheNodeCreateTime(Instant cacheNodeCreateTime) |
The date and time when the cache node was created in the source cluster.
|
NodeSnapshot.Builder |
NodeSnapshot.Builder.cacheNodeId(String cacheNodeId) |
The cache node identifier for the node in the source cluster.
|
NodeSnapshot.Builder |
NodeSnapshot.Builder.cacheSize(String cacheSize) |
The size of the cache on the source cache node.
|
default NodeSnapshot.Builder |
NodeSnapshot.Builder.nodeGroupConfiguration(Consumer<NodeGroupConfiguration.Builder> nodeGroupConfiguration) |
The configuration for the source node group (shard).
|
NodeSnapshot.Builder |
NodeSnapshot.Builder.nodeGroupConfiguration(NodeGroupConfiguration nodeGroupConfiguration) |
The configuration for the source node group (shard).
|
NodeSnapshot.Builder |
NodeSnapshot.Builder.nodeGroupId(String nodeGroupId) |
A unique identifier for the source node group (shard).
|
NodeSnapshot.Builder |
NodeSnapshot.Builder.snapshotCreateTime(Instant snapshotCreateTime) |
The date and time when the source node's metadata and cache data set was obtained for the snapshot.
|
NodeSnapshot.Builder |
NodeSnapshot.toBuilder() |
|