Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
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(String code)
The programmable code for the state change reason.
|
StepStateChangeReason |
StepStateChangeReason.withMessage(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.
|
Copyright © 2014. All rights reserved.