Interface InvalidParameterException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<InvalidParameterException.Builder,InvalidParameterException>,EksException.Builder,SdkBuilder<InvalidParameterException.Builder,InvalidParameterException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- InvalidParameterException
public static interface InvalidParameterException.Builder extends SdkPojo, CopyableBuilder<InvalidParameterException.Builder,InvalidParameterException>, EksException.Builder
-
-
Method Summary
-
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
InvalidParameterException.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
InvalidParameterException.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.
-
fargateProfileName
InvalidParameterException.Builder fargateProfileName(String fargateProfileName)
The Fargate profile associated with the exception.
- Parameters:
fargateProfileName- The Fargate profile associated with the exception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addonName
InvalidParameterException.Builder addonName(String addonName)
The specified parameter for the add-on name is invalid. Review the available parameters for the API request
- Parameters:
addonName- The specified parameter for the add-on name is invalid. Review the available parameters for the API request- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionId
InvalidParameterException.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
InvalidParameterException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceEksException.Builder
-
message
InvalidParameterException.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
InvalidParameterException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceEksException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
InvalidParameterException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceEksException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
InvalidParameterException.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
InvalidParameterException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceEksException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-