@Generated(value="software.amazon.awssdk:codegen") public final class InvalidParameterException extends EksException implements ToCopyableBuilder<InvalidParameterException.Builder,InvalidParameterException>
The specified parameter is invalid. Review the available parameters for the API request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidParameterException.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
addonName()
Returns the value of the AddonName property for this object.
|
static InvalidParameterException.Builder |
builder() |
String |
clusterName()
The Amazon EKS cluster associated with the exception.
|
String |
fargateProfileName()
The Fargate profile associated with the exception.
|
String |
nodegroupName()
The Amazon EKS managed node group associated with the exception.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidParameterException.Builder> |
serializableBuilderClass() |
InvalidParameterException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic InvalidParameterException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidParameterException.Builder,InvalidParameterException>toBuilder in class EksExceptionpublic static InvalidParameterException.Builder builder()
public static Class<? extends InvalidParameterException.Builder> serializableBuilderClass()
public String clusterName()
The Amazon EKS cluster associated with the exception.
public String nodegroupName()
The Amazon EKS managed node group associated with the exception.
public String fargateProfileName()
The Fargate profile associated with the exception.
public String addonName()
Copyright © 2023. All rights reserved.