Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private InstanceGroupStateChangeReason |
InstanceGroupStatus.stateChangeReason
The status change reason details for the instance group.
|
Modifier and Type | Method and Description |
---|---|
InstanceGroupStateChangeReason |
InstanceGroupStateChangeReason.clone() |
InstanceGroupStateChangeReason |
InstanceGroupStatus.getStateChangeReason()
The status change reason details for the instance group.
|
InstanceGroupStateChangeReason |
InstanceGroupStateChangeReason.withCode(InstanceGroupStateChangeReasonCode code)
The programmable code for the state change reason.
|
InstanceGroupStateChangeReason |
InstanceGroupStateChangeReason.withCode(java.lang.String code)
The programmable code for the state change reason.
|
InstanceGroupStateChangeReason |
InstanceGroupStateChangeReason.withMessage(java.lang.String message)
The status change reason description.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceGroupStatus.setStateChangeReason(InstanceGroupStateChangeReason stateChangeReason)
The status change reason details for the instance group.
|
InstanceGroupStatus |
InstanceGroupStatus.withStateChangeReason(InstanceGroupStateChangeReason stateChangeReason)
The status change reason details for the instance group.
|
Modifier and Type | Method and Description |
---|---|
InstanceGroupStateChangeReason |
InstanceGroupStateChangeReasonJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceGroupStateChangeReasonJsonMarshaller.marshall(InstanceGroupStateChangeReason instanceGroupStateChangeReason,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|