Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.