| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
Step.Builder |
Step.Builder.actionOnFailure(ActionOnFailure actionOnFailure)
The action to take when the cluster step fails.
|
Step.Builder |
Step.Builder.actionOnFailure(String actionOnFailure)
The action to take when the cluster step fails.
|
static Step.Builder |
Step.builder() |
default Step.Builder |
Step.Builder.config(Consumer<HadoopStepConfig.Builder> config)
The Hadoop job configuration of the cluster step.
|
Step.Builder |
Step.Builder.config(HadoopStepConfig config)
The Hadoop job configuration of the cluster step.
|
Step.Builder |
Step.Builder.executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the runtime role for a step on the cluster.
|
Step.Builder |
Step.Builder.id(String id)
The identifier of the cluster step.
|
Step.Builder |
Step.Builder.name(String name)
The name of the cluster step.
|
default Step.Builder |
Step.Builder.status(Consumer<StepStatus.Builder> status)
The current execution status details of the cluster step.
|
Step.Builder |
Step.Builder.status(StepStatus status)
The current execution status details of the cluster step.
|
Step.Builder |
Step.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Step.Builder> |
Step.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeStepResponse.Builder |
DescribeStepResponse.Builder.step(Consumer<Step.Builder> step)
The step details for the requested step identifier.
|
Copyright © 2023. All rights reserved.