Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<StepSummary> |
ListStepsResult.steps
The filtered list of steps for the cluster.
|
Modifier and Type | Method and Description |
---|---|
StepSummary |
StepSummary.clone() |
StepSummary |
StepSummary.withActionOnFailure(ActionOnFailure actionOnFailure)
This specifies what action to take when the cluster step fails.
|
StepSummary |
StepSummary.withActionOnFailure(java.lang.String actionOnFailure)
This specifies what action to take when the cluster step fails.
|
StepSummary |
StepSummary.withConfig(HadoopStepConfig config)
The Hadoop job configuration of the cluster step.
|
StepSummary |
StepSummary.withId(java.lang.String id)
The identifier of the cluster step.
|
StepSummary |
StepSummary.withName(java.lang.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 |
---|---|
java.util.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(java.util.Collection<StepSummary> steps)
The filtered list of steps for the cluster.
|
ListStepsResult |
ListStepsResult.withSteps(java.util.Collection<StepSummary> steps)
The filtered list of steps for the cluster.
|
Modifier and Type | Method and Description |
---|---|
StepSummary |
StepSummaryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StepSummaryJsonMarshaller.marshall(StepSummary stepSummary,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|