Interface CryptogramVerificationArpcMethod1.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CryptogramVerificationArpcMethod1.Builder,CryptogramVerificationArpcMethod1>,SdkBuilder<CryptogramVerificationArpcMethod1.Builder,CryptogramVerificationArpcMethod1>,SdkPojo
- Enclosing class:
- CryptogramVerificationArpcMethod1
public static interface CryptogramVerificationArpcMethod1.Builder extends SdkPojo, CopyableBuilder<CryptogramVerificationArpcMethod1.Builder,CryptogramVerificationArpcMethod1>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CryptogramVerificationArpcMethod1.BuilderauthResponseCode(String authResponseCode)The auth code used to calculate APRC after ARQC verification is successful.-
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.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
authResponseCode
CryptogramVerificationArpcMethod1.Builder authResponseCode(String authResponseCode)
The auth code used to calculate APRC after ARQC verification is successful. This is the same auth code used for ARQC generation outside of Amazon Web Services Payment Cryptography.
- Parameters:
authResponseCode- The auth code used to calculate APRC after ARQC verification is successful. This is the same auth code used for ARQC generation outside of Amazon Web Services Payment Cryptography.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-