| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static FailureDetails.Builder |
FailureDetails.builder() |
FailureDetails.Builder |
FailureDetails.Builder.logFile(String logFile)
The path to the log file where the step failure root cause was originally recorded.
|
FailureDetails.Builder |
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 |
FailureDetails.Builder.reason(String reason)
The reason for the step failure.
|
FailureDetails.Builder |
FailureDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FailureDetails.Builder> |
FailureDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StepStatus.Builder |
StepStatus.Builder.failureDetails(Consumer<FailureDetails.Builder> failureDetails)
The details for the step failure including reason, message, and log file path where the root cause was
identified.
|
Copyright © 2022. All rights reserved.