Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
Step |
Step.clone() |
Step |
DescribeStepResult.getStep()
The step details for the requested step identifier.
|
Step |
Step.withActionOnFailure(ActionOnFailure actionOnFailure)
The action to take when the cluster step fails.
|
Step |
Step.withActionOnFailure(String actionOnFailure)
The action to take when the cluster step fails.
|
Step |
Step.withConfig(HadoopStepConfig config)
The Hadoop job configuration of the cluster step.
|
Step |
Step.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the runtime role for a step on the cluster.
|
Step |
Step.withId(String id)
The identifier of the cluster step.
|
Step |
Step.withName(String name)
The name of the cluster step.
|
Step |
Step.withStatus(StepStatus status)
The current execution status details of the cluster step.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeStepResult.setStep(Step step)
The step details for the requested step identifier.
|
DescribeStepResult |
DescribeStepResult.withStep(Step step)
The step details for the requested step identifier.
|
Copyright © 2023. All rights reserved.