| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorDetail> |
ClusterStatus.errorDetails()
A list of tuples that provides information about the errors that caused a cluster to terminate.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterStatus.Builder |
ClusterStatus.Builder.errorDetails(ErrorDetail... errorDetails)
A list of tuples that provides information about the errors that caused a cluster to terminate.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterStatus.Builder |
ClusterStatus.Builder.errorDetails(Collection<ErrorDetail> errorDetails)
A list of tuples that provides information about the errors that caused a cluster to terminate.
|
Copyright © 2023. All rights reserved.