Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
StepSummary |
StepSummary.clone() |
StepSummary |
StepSummary.withActionOnFailure(ActionOnFailure actionOnFailure)
The action to take when the cluster step fails.
|
StepSummary |
StepSummary.withActionOnFailure(String actionOnFailure)
The action to take when the cluster step fails.
|
StepSummary |
StepSummary.withConfig(HadoopStepConfig config)
The Hadoop job configuration of the cluster step.
|
StepSummary |
StepSummary.withId(String id)
The identifier of the cluster step.
|
StepSummary |
StepSummary.withName(String name)
The name of the cluster step.
|
StepSummary |
StepSummary.withStatus(StepStatus status)
The current execution status details of the cluster step.
|
Modifier and Type | Method and Description |
---|---|
List<StepSummary> |
ListStepsResult.getSteps()
The filtered list of steps for the cluster.
|
Modifier and Type | Method and Description |
---|---|
ListStepsResult |
ListStepsResult.withSteps(StepSummary... steps)
The filtered list of steps for the cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
ListStepsResult.setSteps(Collection<StepSummary> steps)
The filtered list of steps for the cluster.
|
ListStepsResult |
ListStepsResult.withSteps(Collection<StepSummary> steps)
The filtered list of steps for the cluster.
|
Copyright © 2019. All rights reserved.