CopyableBuilder<NodeSnapshot.Builder,NodeSnapshot>
, SdkBuilder<NodeSnapshot.Builder,NodeSnapshot>
public static interface NodeSnapshot.Builder extends CopyableBuilder<NodeSnapshot.Builder,NodeSnapshot>
Modifier and Type | Method | Description |
---|---|---|
NodeSnapshot.Builder |
cacheClusterId(String cacheClusterId) |
A unique identifier for the source cache cluster.
|
NodeSnapshot.Builder |
cacheNodeCreateTime(Date cacheNodeCreateTime) |
The date and time when the cache node was created in the source cache cluster.
|
NodeSnapshot.Builder |
cacheNodeId(String cacheNodeId) |
The cache node identifier for the node in the source cache cluster.
|
NodeSnapshot.Builder |
cacheSize(String cacheSize) |
The size of the cache on the source cache node.
|
NodeSnapshot.Builder |
nodeGroupConfiguration(NodeGroupConfiguration nodeGroupConfiguration) |
The configuration for the source node group (shard).
|
NodeSnapshot.Builder |
nodeGroupId(String nodeGroupId) |
A unique identifier for the source node group (shard).
|
NodeSnapshot.Builder |
snapshotCreateTime(Date snapshotCreateTime) |
The date and time when the source node's metadata and cache data set was obtained for the snapshot.
|
copy
apply, build
NodeSnapshot.Builder cacheClusterId(String cacheClusterId)
A unique identifier for the source cache cluster.
cacheClusterId
- A unique identifier for the source cache cluster.NodeSnapshot.Builder nodeGroupId(String nodeGroupId)
A unique identifier for the source node group (shard).
nodeGroupId
- A unique identifier for the source node group (shard).NodeSnapshot.Builder cacheNodeId(String cacheNodeId)
The cache node identifier for the node in the source cache cluster.
cacheNodeId
- The cache node identifier for the node in the source cache cluster.NodeSnapshot.Builder nodeGroupConfiguration(NodeGroupConfiguration nodeGroupConfiguration)
The configuration for the source node group (shard).
nodeGroupConfiguration
- The configuration for the source node group (shard).NodeSnapshot.Builder cacheSize(String cacheSize)
The size of the cache on the source cache node.
cacheSize
- The size of the cache on the source cache node.NodeSnapshot.Builder cacheNodeCreateTime(Date cacheNodeCreateTime)
The date and time when the cache node was created in the source cache cluster.
cacheNodeCreateTime
- The date and time when the cache node was created in the source cache cluster.NodeSnapshot.Builder snapshotCreateTime(Date snapshotCreateTime)
The date and time when the source node's metadata and cache data set was obtained for the snapshot.
snapshotCreateTime
- The date and time when the source node's metadata and cache data set was obtained for the snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.