Interface NodeGroupMemberUpdateStatus.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NodeGroupMemberUpdateStatus.Builder,,- NodeGroupMemberUpdateStatus> - SdkBuilder<NodeGroupMemberUpdateStatus.Builder,,- NodeGroupMemberUpdateStatus> - SdkPojo
- Enclosing class:
- NodeGroupMemberUpdateStatus
@Mutable
@NotThreadSafe
public static interface NodeGroupMemberUpdateStatus.Builder
extends SdkPojo, CopyableBuilder<NodeGroupMemberUpdateStatus.Builder,NodeGroupMemberUpdateStatus> 
- 
Method SummaryModifier and TypeMethodDescriptioncacheClusterId(String cacheClusterId) The cache cluster IDcacheNodeId(String cacheNodeId) The node ID of the cache clusternodeDeletionDate(Instant nodeDeletionDate) The deletion date of the nodenodeUpdateEndDate(Instant nodeUpdateEndDate) The end date of the update for a nodenodeUpdateInitiatedBy(String nodeUpdateInitiatedBy) Reflects whether the update was initiated by the customer or automatically appliednodeUpdateInitiatedBy(NodeUpdateInitiatedBy nodeUpdateInitiatedBy) Reflects whether the update was initiated by the customer or automatically appliednodeUpdateInitiatedDate(Instant nodeUpdateInitiatedDate) The date when the update is triggerednodeUpdateStartDate(Instant nodeUpdateStartDate) The start date of the update for a nodenodeUpdateStatus(String nodeUpdateStatus) The update status of the nodenodeUpdateStatus(NodeUpdateStatus nodeUpdateStatus) The update status of the nodenodeUpdateStatusModifiedDate(Instant nodeUpdateStatusModifiedDate) The date when the NodeUpdateStatus was last modifiedMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cacheClusterIdThe cache cluster ID - Parameters:
- cacheClusterId- The cache cluster ID
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cacheNodeIdThe node ID of the cache cluster - Parameters:
- cacheNodeId- The node ID of the cache cluster
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nodeUpdateStatusThe update status of the node - Parameters:
- nodeUpdateStatus- The update status of the node
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nodeUpdateStatusThe update status of the node - Parameters:
- nodeUpdateStatus- The update status of the node
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nodeDeletionDateThe deletion date of the node - Parameters:
- nodeDeletionDate- The deletion date of the node
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nodeUpdateStartDateThe start date of the update for a node - Parameters:
- nodeUpdateStartDate- The start date of the update for a node
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nodeUpdateEndDateThe end date of the update for a node - Parameters:
- nodeUpdateEndDate- The end date of the update for a node
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nodeUpdateInitiatedByReflects whether the update was initiated by the customer or automatically applied - Parameters:
- nodeUpdateInitiatedBy- Reflects whether the update was initiated by the customer or automatically applied
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nodeUpdateInitiatedByNodeGroupMemberUpdateStatus.Builder nodeUpdateInitiatedBy(NodeUpdateInitiatedBy nodeUpdateInitiatedBy) Reflects whether the update was initiated by the customer or automatically applied - Parameters:
- nodeUpdateInitiatedBy- Reflects whether the update was initiated by the customer or automatically applied
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nodeUpdateInitiatedDateThe date when the update is triggered - Parameters:
- nodeUpdateInitiatedDate- The date when the update is triggered
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nodeUpdateStatusModifiedDateNodeGroupMemberUpdateStatus.Builder nodeUpdateStatusModifiedDate(Instant nodeUpdateStatusModifiedDate) The date when the NodeUpdateStatus was last modified - Parameters:
- nodeUpdateStatusModifiedDate- The date when the NodeUpdateStatus was last modified
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-