Interface BatchRebootClusterNodesError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchRebootClusterNodesError.Builder,,BatchRebootClusterNodesError> SdkBuilder<BatchRebootClusterNodesError.Builder,,BatchRebootClusterNodesError> SdkPojo
- Enclosing class:
BatchRebootClusterNodesError
-
Method Summary
Modifier and TypeMethodDescriptionThe error code associated with the error encountered when rebooting a node.errorCode(BatchRebootClusterNodesErrorCode errorCode) The error code associated with the error encountered when rebooting a node.A human-readable message describing the error encountered when rebooting a node.The EC2 instance ID of the node that encountered an error during the reboot operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
nodeId
The EC2 instance ID of the node that encountered an error during the reboot operation.
- Parameters:
nodeId- The EC2 instance ID of the node that encountered an error during the reboot operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The error code associated with the error encountered when rebooting a node.
Possible values:
-
InstanceIdNotFound: The instance does not exist in the specified cluster. -
InvalidInstanceStatus: The instance is in a state that does not allow rebooting. Wait for the instance to finish any ongoing changes before retrying. -
InstanceIdInUse: Another operation is already in progress for this node. Wait for the operation to complete before retrying. -
InternalServerError: An internal error occurred while processing this node.
- Parameters:
errorCode- The error code associated with the error encountered when rebooting a node.Possible values:
-
InstanceIdNotFound: The instance does not exist in the specified cluster. -
InvalidInstanceStatus: The instance is in a state that does not allow rebooting. Wait for the instance to finish any ongoing changes before retrying. -
InstanceIdInUse: Another operation is already in progress for this node. Wait for the operation to complete before retrying. -
InternalServerError: An internal error occurred while processing this node.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
errorCode
The error code associated with the error encountered when rebooting a node.
Possible values:
-
InstanceIdNotFound: The instance does not exist in the specified cluster. -
InvalidInstanceStatus: The instance is in a state that does not allow rebooting. Wait for the instance to finish any ongoing changes before retrying. -
InstanceIdInUse: Another operation is already in progress for this node. Wait for the operation to complete before retrying. -
InternalServerError: An internal error occurred while processing this node.
- Parameters:
errorCode- The error code associated with the error encountered when rebooting a node.Possible values:
-
InstanceIdNotFound: The instance does not exist in the specified cluster. -
InvalidInstanceStatus: The instance is in a state that does not allow rebooting. Wait for the instance to finish any ongoing changes before retrying. -
InstanceIdInUse: Another operation is already in progress for this node. Wait for the operation to complete before retrying. -
InternalServerError: An internal error occurred while processing this node.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
message
A human-readable message describing the error encountered when rebooting a node.
- Parameters:
message- A human-readable message describing the error encountered when rebooting a node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-