Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private Step |
DescribeStepResult.step
The step details for the requested step identifier.
|
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)
This specifies what action to take when the cluster step fails.
|
Step |
Step.withActionOnFailure(java.lang.String actionOnFailure)
This specifies what action to take when the cluster step fails.
|
Step |
Step.withConfig(HadoopStepConfig config)
The Hadoop job configuration of the cluster step.
|
Step |
Step.withId(java.lang.String id)
The identifier of the cluster step.
|
Step |
Step.withName(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
Step |
StepJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StepJsonMarshaller.marshall(Step step,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|