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