Interface ServerException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<ServerException.Builder,ServerException>,EksException.Builder,SdkBuilder<ServerException.Builder,ServerException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- ServerException
public static interface ServerException.Builder extends SdkPojo, CopyableBuilder<ServerException.Builder,ServerException>, EksException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerException.BuilderaddonName(String addonName)The Amazon EKS add-on name associated with the exception.ServerException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)ServerException.Buildercause(Throwable cause)ServerException.BuilderclusterName(String clusterName)The Amazon EKS cluster associated with the exception.ServerException.Buildermessage(String message)ServerException.BuildernodegroupName(String nodegroupName)The Amazon EKS managed node group associated with the exception.ServerException.BuilderrequestId(String requestId)ServerException.BuilderstatusCode(int statusCode)ServerException.BuildersubscriptionId(String subscriptionId)The Amazon EKS subscription ID with the exception.ServerException.BuilderwritableStackTrace(Boolean writableStackTrace)-
Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestId
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, message, writableStackTrace
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
-
-
-
Method Detail
-
clusterName
ServerException.Builder clusterName(String clusterName)
The Amazon EKS cluster associated with the exception.
- Parameters:
clusterName- The Amazon EKS cluster associated with the exception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodegroupName
ServerException.Builder nodegroupName(String nodegroupName)
The Amazon EKS managed node group associated with the exception.
- Parameters:
nodegroupName- The Amazon EKS managed node group associated with the exception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addonName
ServerException.Builder addonName(String addonName)
The Amazon EKS add-on name associated with the exception.
- Parameters:
addonName- The Amazon EKS add-on name associated with the exception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionId
ServerException.Builder subscriptionId(String subscriptionId)
The Amazon EKS subscription ID with the exception.
- Parameters:
subscriptionId- The Amazon EKS subscription ID with the exception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsErrorDetails
ServerException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceEksException.Builder
-
message
ServerException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceEksException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
ServerException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceEksException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
ServerException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceEksException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
ServerException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceEksException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
ServerException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceEksException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-