Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
ErrorDetail |
ErrorDetail.clone() |
ErrorDetail |
ErrorDetail.withErrorCode(String errorCode)
The name or code associated with the error.
|
ErrorDetail |
ErrorDetail.withErrorData(Collection<Map<String,String>> errorData)
A list of key value pairs that provides contextual information about why an error occured.
|
ErrorDetail |
ErrorDetail.withErrorData(Map<String,String>... errorData)
A list of key value pairs that provides contextual information about why an error occured.
|
ErrorDetail |
ErrorDetail.withErrorMessage(String errorMessage)
A message that describes the error.
|
Modifier and Type | Method and Description |
---|---|
List<ErrorDetail> |
ClusterStatus.getErrorDetails()
A list of tuples that provides information about the errors that caused a cluster to terminate.
|
Modifier and Type | Method and Description |
---|---|
ClusterStatus |
ClusterStatus.withErrorDetails(ErrorDetail... errorDetails)
A list of tuples that provides information about the errors that caused a cluster to terminate.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterStatus.setErrorDetails(Collection<ErrorDetail> errorDetails)
A list of tuples that provides information about the errors that caused a cluster to terminate.
|
ClusterStatus |
ClusterStatus.withErrorDetails(Collection<ErrorDetail> errorDetails)
A list of tuples that provides information about the errors that caused a cluster to terminate.
|
Copyright © 2023. All rights reserved.