| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceNotFoundException.Builder |
ResourceNotFoundException.Builder.awsErrorDetails(AwsErrorDetails awsErrorDetails) |
static ResourceNotFoundException.Builder |
ResourceNotFoundException.builder() |
ResourceNotFoundException.Builder |
ResourceNotFoundException.Builder.cause(Throwable cause) |
ResourceNotFoundException.Builder |
ResourceNotFoundException.Builder.clusterName(String clusterName)
The Amazon EKS cluster associated with the exception.
|
ResourceNotFoundException.Builder |
ResourceNotFoundException.Builder.fargateProfileName(String fargateProfileName)
The Fargate profile associated with the exception.
|
ResourceNotFoundException.Builder |
ResourceNotFoundException.Builder.message(String message) |
ResourceNotFoundException.Builder |
ResourceNotFoundException.Builder.nodegroupName(String nodegroupName)
The Amazon EKS managed node group associated with the exception.
|
ResourceNotFoundException.Builder |
ResourceNotFoundException.Builder.requestId(String requestId) |
ResourceNotFoundException.Builder |
ResourceNotFoundException.Builder.statusCode(int statusCode) |
ResourceNotFoundException.Builder |
ResourceNotFoundException.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResourceNotFoundException.Builder> |
ResourceNotFoundException.serializableBuilderClass() |
Copyright © 2020. All rights reserved.