public static interface NodeGroupMemberUpdateStatus.Builder extends SdkPojo, CopyableBuilder<NodeGroupMemberUpdateStatus.Builder,NodeGroupMemberUpdateStatus>
| Modifier and Type | Method and Description |
|---|---|
NodeGroupMemberUpdateStatus.Builder |
cacheClusterId(String cacheClusterId)
The cache cluster ID
|
NodeGroupMemberUpdateStatus.Builder |
cacheNodeId(String cacheNodeId)
The node ID of the cache cluster
|
NodeGroupMemberUpdateStatus.Builder |
nodeDeletionDate(Instant nodeDeletionDate)
The deletion date of the node
|
NodeGroupMemberUpdateStatus.Builder |
nodeUpdateEndDate(Instant nodeUpdateEndDate)
The end date of the update for a node
|
NodeGroupMemberUpdateStatus.Builder |
nodeUpdateInitiatedBy(NodeUpdateInitiatedBy nodeUpdateInitiatedBy)
Reflects whether the update was initiated by the customer or automatically applied
|
NodeGroupMemberUpdateStatus.Builder |
nodeUpdateInitiatedBy(String nodeUpdateInitiatedBy)
Reflects whether the update was initiated by the customer or automatically applied
|
NodeGroupMemberUpdateStatus.Builder |
nodeUpdateInitiatedDate(Instant nodeUpdateInitiatedDate)
The date when the update is triggered
|
NodeGroupMemberUpdateStatus.Builder |
nodeUpdateStartDate(Instant nodeUpdateStartDate)
The start date of the update for a node
|
NodeGroupMemberUpdateStatus.Builder |
nodeUpdateStatus(NodeUpdateStatus nodeUpdateStatus)
The update status of the node
|
NodeGroupMemberUpdateStatus.Builder |
nodeUpdateStatus(String nodeUpdateStatus)
The update status of the node
|
NodeGroupMemberUpdateStatus.Builder |
nodeUpdateStatusModifiedDate(Instant nodeUpdateStatusModifiedDate)
The date when the NodeUpdateStatus was last modified
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNodeGroupMemberUpdateStatus.Builder cacheClusterId(String cacheClusterId)
The cache cluster ID
cacheClusterId - The cache cluster IDNodeGroupMemberUpdateStatus.Builder cacheNodeId(String cacheNodeId)
The node ID of the cache cluster
cacheNodeId - The node ID of the cache clusterNodeGroupMemberUpdateStatus.Builder nodeUpdateStatus(String nodeUpdateStatus)
The update status of the node
nodeUpdateStatus - The update status of the nodeNodeUpdateStatus,
NodeUpdateStatusNodeGroupMemberUpdateStatus.Builder nodeUpdateStatus(NodeUpdateStatus nodeUpdateStatus)
The update status of the node
nodeUpdateStatus - The update status of the nodeNodeUpdateStatus,
NodeUpdateStatusNodeGroupMemberUpdateStatus.Builder nodeDeletionDate(Instant nodeDeletionDate)
The deletion date of the node
nodeDeletionDate - The deletion date of the nodeNodeGroupMemberUpdateStatus.Builder nodeUpdateStartDate(Instant nodeUpdateStartDate)
The start date of the update for a node
nodeUpdateStartDate - The start date of the update for a nodeNodeGroupMemberUpdateStatus.Builder nodeUpdateEndDate(Instant nodeUpdateEndDate)
The end date of the update for a node
nodeUpdateEndDate - The end date of the update for a nodeNodeGroupMemberUpdateStatus.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,
NodeUpdateInitiatedByNodeGroupMemberUpdateStatus.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,
NodeUpdateInitiatedByNodeGroupMemberUpdateStatus.Builder nodeUpdateInitiatedDate(Instant nodeUpdateInitiatedDate)
The date when the update is triggered
nodeUpdateInitiatedDate - The date when the update is triggeredNodeGroupMemberUpdateStatus.Builder nodeUpdateStatusModifiedDate(Instant nodeUpdateStatusModifiedDate)
The date when the NodeUpdateStatus was last modified
nodeUpdateStatusModifiedDate - The date when the NodeUpdateStatus was last modifiedCopyright © 2023. All rights reserved.