Class InvalidParameterException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InvalidParameterException.Builder,InvalidParameterException>

@Generated("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.

See Also:
  • Method Details

    • toBuilder

      Description copied from class: AwsServiceException
      Create a AwsServiceException.Builder initialized with the properties of this AwsServiceException.
      Specified by:
      toBuilder in interface ToCopyableBuilder<InvalidParameterException.Builder,InvalidParameterException>
      Overrides:
      toBuilder in class EksException
      Returns:
      A new builder initialized with this config's properties.
    • builder

      public static InvalidParameterException.Builder builder()
    • serializableBuilderClass

      public static Class<? extends InvalidParameterException.Builder> serializableBuilderClass()
    • clusterName

      public String clusterName()

      The Amazon EKS cluster associated with the exception.

      Returns:
      The Amazon EKS cluster associated with the exception.
    • nodegroupName

      public String nodegroupName()

      The Amazon EKS managed node group associated with the exception.

      Returns:
      The Amazon EKS managed node group associated with the exception.
    • fargateProfileName

      public String fargateProfileName()

      The Fargate profile associated with the exception.

      Returns:
      The Fargate profile associated with the exception.
    • addonName

      public String addonName()

      The specified parameter for the add-on name is invalid. Review the available parameters for the API request

      Returns:
      The specified parameter for the add-on name is invalid. Review the available parameters for the API request
    • subscriptionId

      public String subscriptionId()

      The Amazon EKS subscription ID with the exception.

      Returns:
      The Amazon EKS subscription ID with the exception.
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Overrides:
      sdkFields in class SdkServiceException
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.