| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static StepStatus.Builder |
StepStatus.builder() |
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.
|
StepStatus.Builder |
StepStatus.Builder.failureDetails(FailureDetails failureDetails)
The details for the step failure including reason, message, and log file path where the root cause was
identified.
|
StepStatus.Builder |
StepStatus.Builder.state(StepState state)
The execution state of the cluster step.
|
StepStatus.Builder |
StepStatus.Builder.state(String state)
The execution state of the cluster step.
|
default StepStatus.Builder |
StepStatus.Builder.stateChangeReason(Consumer<StepStateChangeReason.Builder> stateChangeReason)
The reason for the step execution status change.
|
StepStatus.Builder |
StepStatus.Builder.stateChangeReason(StepStateChangeReason stateChangeReason)
The reason for the step execution status change.
|
default StepStatus.Builder |
StepStatus.Builder.timeline(Consumer<StepTimeline.Builder> timeline)
The timeline of the cluster step status over time.
|
StepStatus.Builder |
StepStatus.Builder.timeline(StepTimeline timeline)
The timeline of the cluster step status over time.
|
StepStatus.Builder |
StepStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StepStatus.Builder> |
StepStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StepSummary.Builder |
StepSummary.Builder.status(Consumer<StepStatus.Builder> status)
The current execution status details of the cluster step.
|
default Step.Builder |
Step.Builder.status(Consumer<StepStatus.Builder> status)
The current execution status details of the cluster step.
|
Copyright © 2023. All rights reserved.