| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static ClusterStatus.Builder |
ClusterStatus.builder() |
ClusterStatus.Builder |
ClusterStatus.Builder.state(ClusterState state)
The current state of the cluster.
|
ClusterStatus.Builder |
ClusterStatus.Builder.state(String state)
The current state of the cluster.
|
ClusterStatus.Builder |
ClusterStatus.Builder.stateChangeReason(ClusterStateChangeReason stateChangeReason)
The reason for the cluster status change.
|
default ClusterStatus.Builder |
ClusterStatus.Builder.stateChangeReason(Consumer<ClusterStateChangeReason.Builder> stateChangeReason)
The reason for the cluster status change.
|
ClusterStatus.Builder |
ClusterStatus.Builder.timeline(ClusterTimeline timeline)
A timeline that represents the status of a cluster over the lifetime of the cluster.
|
default ClusterStatus.Builder |
ClusterStatus.Builder.timeline(Consumer<ClusterTimeline.Builder> timeline)
A timeline that represents the status of a cluster over the lifetime of the cluster.
|
ClusterStatus.Builder |
ClusterStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ClusterStatus.Builder> |
ClusterStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Cluster.Builder |
Cluster.Builder.status(Consumer<ClusterStatus.Builder> status)
The current status details about the cluster.
|
default ClusterSummary.Builder |
ClusterSummary.Builder.status(Consumer<ClusterStatus.Builder> status)
The details about the current status of the cluster.
|
Copyright © 2022. All rights reserved.