Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private ClusterStatus |
ClusterSummary.status
The details about the current status of the cluster.
|
private ClusterStatus |
Cluster.status
The current status details about the cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterStatus |
ClusterStatus.clone() |
ClusterStatus |
ClusterSummary.getStatus()
The details about the current status of the cluster.
|
ClusterStatus |
Cluster.getStatus()
The current status details about the cluster.
|
ClusterStatus |
ClusterStatus.withState(ClusterState state)
The current state of the cluster.
|
ClusterStatus |
ClusterStatus.withState(java.lang.String state)
The current state of the cluster.
|
ClusterStatus |
ClusterStatus.withStateChangeReason(ClusterStateChangeReason stateChangeReason)
The reason for the cluster status change.
|
ClusterStatus |
ClusterStatus.withTimeline(ClusterTimeline timeline)
A timeline that represents the status of a cluster over the lifetime of
the cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterSummary.setStatus(ClusterStatus status)
The details about the current status of the cluster.
|
void |
Cluster.setStatus(ClusterStatus status)
The current status details about the cluster.
|
ClusterSummary |
ClusterSummary.withStatus(ClusterStatus status)
The details about the current status of the cluster.
|
Cluster |
Cluster.withStatus(ClusterStatus status)
The current status details about the cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterStatus |
ClusterStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterStatusJsonMarshaller.marshall(ClusterStatus clusterStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|