Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
ClusterSummary |
ClusterSummary.clone() |
ClusterSummary |
ClusterSummary.withClusterArn(String clusterArn)
The Amazon Resource Name of the cluster.
|
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 cluster, represented in m1.small/hours.
|
ClusterSummary |
ClusterSummary.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.
|
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 © 2023. All rights reserved.