Uses of Class
com.amazonaws.services.elasticmapreduce.model.InstanceStatus
-
Packages that use InstanceStatus Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of InstanceStatus in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceStatus Modifier and Type Method 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.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceStatus Modifier and Type Method Description void
Instance. setStatus(InstanceStatus status)
The current status of the instance.Instance
Instance. withStatus(InstanceStatus status)
The current status of the instance.
-