Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
ClusterSummary |
ClusterSummary.clone() |
ClusterSummary |
ClusterSummary.withId(String id)
The unique identifier for the cluster.
|
ClusterSummary |
ClusterSummary.withName(String name)
The name of the cluster.
|
ClusterSummary |
ClusterSummary.withNormalizedInstanceHours(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 |
---|---|
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(Collection<ClusterSummary> clusters)
The list of clusters for the account based on the given filters.
|
ListClustersResult |
ListClustersResult.withClusters(Collection<ClusterSummary> clusters)
The list of clusters for the account based on the given filters.
|
Copyright © 2016. All rights reserved.