Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
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(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.
|
Copyright © 2016. All rights reserved.