Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ClusterSummary> |
ListClustersResult.clusters
The list of clusters for the account based on the given filters.
|
Modifier and Type | Method and Description |
---|---|
ClusterSummary |
ClusterSummary.clone() |
ClusterSummary |
ClusterSummary.withId(java.lang.String id)
The unique identifier for the cluster.
|
ClusterSummary |
ClusterSummary.withName(java.lang.String name)
The name of the cluster.
|
ClusterSummary |
ClusterSummary.withNormalizedInstanceHours(java.lang.Integer normalizedInstanceHours)
An approximation of the cost of the job flow, represented in
m1.small/hours.
|
ClusterSummary |
ClusterSummary.withStatus(ClusterStatus status)
The details about the current status of the cluster.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ClusterSummary> |
ListClustersResult.getClusters()
The list of clusters for the account based on the given filters.
|
Modifier and Type | Method and Description |
---|---|
ListClustersResult |
ListClustersResult.withClusters(ClusterSummary... clusters)
The list of clusters for the account based on the given filters.
|
Modifier and Type | Method and Description |
---|---|
void |
ListClustersResult.setClusters(java.util.Collection<ClusterSummary> clusters)
The list of clusters for the account based on the given filters.
|
ListClustersResult |
ListClustersResult.withClusters(java.util.Collection<ClusterSummary> clusters)
The list of clusters for the account based on the given filters.
|
Modifier and Type | Method and Description |
---|---|
ClusterSummary |
ClusterSummaryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterSummaryJsonMarshaller.marshall(ClusterSummary clusterSummary,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|