public static interface CacheNodeUpdateStatus.Builder extends SdkPojo, CopyableBuilder<CacheNodeUpdateStatus.Builder,CacheNodeUpdateStatus>
| Modifier and Type | Method and Description |
|---|---|
CacheNodeUpdateStatus.Builder |
cacheNodeId(String cacheNodeId)
The node ID of the cache cluster
|
CacheNodeUpdateStatus.Builder |
nodeDeletionDate(Instant nodeDeletionDate)
The deletion date of the node
|
CacheNodeUpdateStatus.Builder |
nodeUpdateEndDate(Instant nodeUpdateEndDate)
The end date of the update for a node
|
CacheNodeUpdateStatus.Builder |
nodeUpdateInitiatedBy(NodeUpdateInitiatedBy nodeUpdateInitiatedBy)
Reflects whether the update was initiated by the customer or automatically applied
|
CacheNodeUpdateStatus.Builder |
nodeUpdateInitiatedBy(String nodeUpdateInitiatedBy)
Reflects whether the update was initiated by the customer or automatically applied
|
CacheNodeUpdateStatus.Builder |
nodeUpdateInitiatedDate(Instant nodeUpdateInitiatedDate)
The date when the update is triggered
|
CacheNodeUpdateStatus.Builder |
nodeUpdateStartDate(Instant nodeUpdateStartDate)
The start date of the update for a node
|
CacheNodeUpdateStatus.Builder |
nodeUpdateStatus(NodeUpdateStatus nodeUpdateStatus)
The update status of the node
|
CacheNodeUpdateStatus.Builder |
nodeUpdateStatus(String nodeUpdateStatus)
The update status of the node
|
CacheNodeUpdateStatus.Builder |
nodeUpdateStatusModifiedDate(Instant nodeUpdateStatusModifiedDate)
The date when the NodeUpdateStatus was last modified>
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCacheNodeUpdateStatus.Builder cacheNodeId(String cacheNodeId)
The node ID of the cache cluster
cacheNodeId - The node ID of the cache clusterCacheNodeUpdateStatus.Builder nodeUpdateStatus(String nodeUpdateStatus)
The update status of the node
nodeUpdateStatus - The update status of the nodeNodeUpdateStatus,
NodeUpdateStatusCacheNodeUpdateStatus.Builder nodeUpdateStatus(NodeUpdateStatus nodeUpdateStatus)
The update status of the node
nodeUpdateStatus - The update status of the nodeNodeUpdateStatus,
NodeUpdateStatusCacheNodeUpdateStatus.Builder nodeDeletionDate(Instant nodeDeletionDate)
The deletion date of the node
nodeDeletionDate - The deletion date of the nodeCacheNodeUpdateStatus.Builder nodeUpdateStartDate(Instant nodeUpdateStartDate)
The start date of the update for a node
nodeUpdateStartDate - The start date of the update for a nodeCacheNodeUpdateStatus.Builder nodeUpdateEndDate(Instant nodeUpdateEndDate)
The end date of the update for a node
nodeUpdateEndDate - The end date of the update for a nodeCacheNodeUpdateStatus.Builder nodeUpdateInitiatedBy(String nodeUpdateInitiatedBy)
Reflects whether the update was initiated by the customer or automatically applied
nodeUpdateInitiatedBy - Reflects whether the update was initiated by the customer or automatically appliedNodeUpdateInitiatedBy,
NodeUpdateInitiatedByCacheNodeUpdateStatus.Builder nodeUpdateInitiatedBy(NodeUpdateInitiatedBy nodeUpdateInitiatedBy)
Reflects whether the update was initiated by the customer or automatically applied
nodeUpdateInitiatedBy - Reflects whether the update was initiated by the customer or automatically appliedNodeUpdateInitiatedBy,
NodeUpdateInitiatedByCacheNodeUpdateStatus.Builder nodeUpdateInitiatedDate(Instant nodeUpdateInitiatedDate)
The date when the update is triggered
nodeUpdateInitiatedDate - The date when the update is triggeredCacheNodeUpdateStatus.Builder nodeUpdateStatusModifiedDate(Instant nodeUpdateStatusModifiedDate)
The date when the NodeUpdateStatus was last modified>
nodeUpdateStatusModifiedDate - The date when the NodeUpdateStatus was last modified>Copyright © 2023. All rights reserved.