Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private InstanceStatus |
Instance.status
The current status of the instance.
|
Modifier and Type | Method and Description |
---|---|
InstanceStatus |
InstanceStatus.clone() |
InstanceStatus |
Instance.getStatus()
The current status of the instance.
|
InstanceStatus |
InstanceStatus.withState(InstanceState state)
The current state of the instance.
|
InstanceStatus |
InstanceStatus.withState(java.lang.String state)
The current state of the instance.
|
InstanceStatus |
InstanceStatus.withStateChangeReason(InstanceStateChangeReason stateChangeReason)
The details of the status change reason for the instance.
|
InstanceStatus |
InstanceStatus.withTimeline(InstanceTimeline timeline)
The timeline of the instance status over time.
|
Modifier and Type | Method and Description |
---|---|
void |
Instance.setStatus(InstanceStatus status)
The current status of the instance.
|
Instance |
Instance.withStatus(InstanceStatus status)
The current status of the instance.
|
Modifier and Type | Method and Description |
---|---|
InstanceStatus |
InstanceStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceStatusJsonMarshaller.marshall(InstanceStatus instanceStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|