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
Modifier and TypeMethodDescriptionauthResponseCode(String authResponseCode) The auth code used to calculate APRC after ARQC verification is successful.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
 
 
 -