Class ServerException

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

@Generated("software.amazon.awssdk:codegen") public final class ServerException extends EksException implements ToCopyableBuilder<ServerException.Builder,ServerException>

These errors are usually caused by a server-side issue.

See Also:
  • Method Details

    • toBuilder

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

      public static ServerException.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ServerException.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.
    • addonName

      public String addonName()

      The Amazon EKS add-on name associated with the exception.

      Returns:
      The Amazon EKS add-on name associated with the exception.
    • 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.