Interface VerificationFailedException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<VerificationFailedException.Builder,VerificationFailedException>,PaymentCryptographyDataException.Builder,SdkBuilder<VerificationFailedException.Builder,VerificationFailedException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- VerificationFailedException
public static interface VerificationFailedException.Builder extends SdkPojo, CopyableBuilder<VerificationFailedException.Builder,VerificationFailedException>, PaymentCryptographyDataException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerificationFailedException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)VerificationFailedException.Buildercause(Throwable cause)VerificationFailedException.Buildermessage(String message)VerificationFailedException.Builderreason(String reason)The reason for the exception.VerificationFailedException.Builderreason(VerificationFailedReason reason)The reason for the exception.VerificationFailedException.BuilderrequestId(String requestId)VerificationFailedException.BuilderstatusCode(int statusCode)VerificationFailedException.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
-
reason
VerificationFailedException.Builder reason(String reason)
The reason for the exception.
- Parameters:
reason- The reason for the exception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VerificationFailedReason,VerificationFailedReason
-
reason
VerificationFailedException.Builder reason(VerificationFailedReason reason)
The reason for the exception.
- Parameters:
reason- The reason for the exception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VerificationFailedReason,VerificationFailedReason
-
awsErrorDetails
VerificationFailedException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfacePaymentCryptographyDataException.Builder
-
message
VerificationFailedException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfacePaymentCryptographyDataException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
VerificationFailedException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfacePaymentCryptographyDataException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
VerificationFailedException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfacePaymentCryptographyDataException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
VerificationFailedException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfacePaymentCryptographyDataException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
VerificationFailedException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfacePaymentCryptographyDataException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-