Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private StepStatus |
StepSummary.status
The current execution status details of the cluster step.
|
private StepStatus |
Step.status
The current execution status details of the cluster step.
|
Modifier and Type | Method and Description |
---|---|
StepStatus |
StepStatus.clone() |
StepStatus |
StepSummary.getStatus()
The current execution status details of the cluster step.
|
StepStatus |
Step.getStatus()
The current execution status details of the cluster step.
|
StepStatus |
StepStatus.withState(StepState state)
The execution state of the cluster step.
|
StepStatus |
StepStatus.withState(java.lang.String state)
The execution state of the cluster step.
|
StepStatus |
StepStatus.withStateChangeReason(StepStateChangeReason stateChangeReason)
The reason for the step execution status change.
|
StepStatus |
StepStatus.withTimeline(StepTimeline timeline)
The timeline of the cluster step status over time.
|
Modifier and Type | Method and Description |
---|---|
void |
StepSummary.setStatus(StepStatus status)
The current execution status details of the cluster step.
|
void |
Step.setStatus(StepStatus status)
The current execution status details of the cluster step.
|
StepSummary |
StepSummary.withStatus(StepStatus status)
The current execution status details of the cluster step.
|
Step |
Step.withStatus(StepStatus status)
The current execution status details of the cluster step.
|
Modifier and Type | Method and Description |
---|---|
StepStatus |
StepStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StepStatusJsonMarshaller.marshall(StepStatus stepStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|