public static interface FailureDetails.Builder extends SdkPojo, CopyableBuilder<FailureDetails.Builder,FailureDetails>
Modifier and Type | Method and Description |
---|---|
FailureDetails.Builder |
logFile(String logFile)
The path to the log file where the step failure root cause was originally recorded.
|
FailureDetails.Builder |
message(String message)
The descriptive message including the error the Amazon EMR service has identified as the cause of step
failure.
|
FailureDetails.Builder |
reason(String reason)
The reason for the step failure.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FailureDetails.Builder reason(String reason)
The reason for the step failure. In the case where the service cannot successfully determine the root cause of the failure, it returns "Unknown Error" as a reason.
reason
- The reason for the step failure. In the case where the service cannot successfully determine the root
cause of the failure, it returns "Unknown Error" as a reason.FailureDetails.Builder message(String message)
The descriptive message including the error the Amazon EMR service has identified as the cause of step failure. This is text from an error log that describes the root cause of the failure.
message
- The descriptive message including the error the Amazon EMR service has identified as the cause of step
failure. This is text from an error log that describes the root cause of the failure.FailureDetails.Builder logFile(String logFile)
The path to the log file where the step failure root cause was originally recorded.
logFile
- The path to the log file where the step failure root cause was originally recorded.Copyright © 2021. All rights reserved.