static ClusterSummary.Builder |
ClusterSummary.builder() |
|
ClusterSummary.Builder |
ClusterSummary.Builder.clusterArn(String clusterArn) |
The Amazon Resource Name of the cluster.
|
ClusterSummary.Builder |
ClusterSummary.Builder.id(String id) |
The unique identifier for the cluster.
|
ClusterSummary.Builder |
ClusterSummary.Builder.name(String name) |
The name of the cluster.
|
ClusterSummary.Builder |
ClusterSummary.Builder.normalizedInstanceHours(Integer normalizedInstanceHours) |
An approximation of the cost of the cluster, represented in m1.small/hours.
|
ClusterSummary.Builder |
ClusterSummary.Builder.outpostArn(String outpostArn) |
The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.
|
default ClusterSummary.Builder |
ClusterSummary.Builder.status(Consumer<ClusterStatus.Builder> status) |
The details about the current status of the cluster.
|
ClusterSummary.Builder |
ClusterSummary.Builder.status(ClusterStatus status) |
The details about the current status of the cluster.
|
ClusterSummary.Builder |
ClusterSummary.toBuilder() |
|