Uses of Interface
software.amazon.awssdk.services.eks.model.ServerException.Builder
-
Packages that use ServerException.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of ServerException.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return ServerException.Builder Modifier and Type Method Description ServerException.BuilderServerException.Builder. addonName(String addonName)The Amazon EKS add-on name associated with the exception.ServerException.BuilderServerException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ServerException.BuilderServerException. builder()ServerException.BuilderServerException.Builder. cause(Throwable cause)ServerException.BuilderServerException.Builder. clusterName(String clusterName)The Amazon EKS cluster associated with the exception.ServerException.BuilderServerException.Builder. message(String message)ServerException.BuilderServerException.Builder. nodegroupName(String nodegroupName)The Amazon EKS managed node group associated with the exception.ServerException.BuilderServerException.Builder. requestId(String requestId)ServerException.BuilderServerException.Builder. statusCode(int statusCode)ServerException.BuilderServerException.Builder. subscriptionId(String subscriptionId)The Amazon EKS subscription ID with the exception.ServerException.BuilderServerException. toBuilder()ServerException.BuilderServerException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type ServerException.Builder Modifier and Type Method Description static Class<? extends ServerException.Builder>ServerException. serializableBuilderClass()
-