Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private StepStateChangeReason |
StepStatus.stateChangeReason
The reason for the step execution status change.
|
Modifier and Type | Method and Description |
---|---|
StepStateChangeReason |
StepStateChangeReason.clone() |
StepStateChangeReason |
StepStatus.getStateChangeReason()
The reason for the step execution status change.
|
StepStateChangeReason |
StepStateChangeReason.withCode(StepStateChangeReasonCode code)
The programmable code for the state change reason.
|
StepStateChangeReason |
StepStateChangeReason.withCode(java.lang.String code)
The programmable code for the state change reason.
|
StepStateChangeReason |
StepStateChangeReason.withMessage(java.lang.String message)
The descriptive message for the state change reason.
|
Modifier and Type | Method and Description |
---|---|
void |
StepStatus.setStateChangeReason(StepStateChangeReason stateChangeReason)
The reason for the step execution status change.
|
StepStatus |
StepStatus.withStateChangeReason(StepStateChangeReason stateChangeReason)
The reason for the step execution status change.
|
Modifier and Type | Method and Description |
---|---|
StepStateChangeReason |
StepStateChangeReasonJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StepStateChangeReasonJsonMarshaller.marshall(StepStateChangeReason stepStateChangeReason,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|