Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private ClusterStateChangeReason |
ClusterStatus.stateChangeReason
The reason for the cluster status change.
|
Modifier and Type | Method and Description |
---|---|
ClusterStateChangeReason |
ClusterStateChangeReason.clone() |
ClusterStateChangeReason |
ClusterStatus.getStateChangeReason()
The reason for the cluster status change.
|
ClusterStateChangeReason |
ClusterStateChangeReason.withCode(ClusterStateChangeReasonCode code)
The programmatic code for the state change reason.
|
ClusterStateChangeReason |
ClusterStateChangeReason.withCode(java.lang.String code)
The programmatic code for the state change reason.
|
ClusterStateChangeReason |
ClusterStateChangeReason.withMessage(java.lang.String message)
The descriptive message for the state change reason.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterStatus.setStateChangeReason(ClusterStateChangeReason stateChangeReason)
The reason for the cluster status change.
|
ClusterStatus |
ClusterStatus.withStateChangeReason(ClusterStateChangeReason stateChangeReason)
The reason for the cluster status change.
|
Modifier and Type | Method and Description |
---|---|
ClusterStateChangeReason |
ClusterStateChangeReasonJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterStateChangeReasonJsonMarshaller.marshall(ClusterStateChangeReason clusterStateChangeReason,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|