Interface CryptogramVerificationArpcMethod1.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CryptogramVerificationArpcMethod1.Builder,,- CryptogramVerificationArpcMethod1> - SdkBuilder<CryptogramVerificationArpcMethod1.Builder,,- CryptogramVerificationArpcMethod1> - SdkPojo
- Enclosing class:
- CryptogramVerificationArpcMethod1
@Mutable
@NotThreadSafe
public static interface CryptogramVerificationArpcMethod1.Builder
extends SdkPojo, CopyableBuilder<CryptogramVerificationArpcMethod1.Builder,CryptogramVerificationArpcMethod1> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
authResponseCodeThe 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.
 
 
-