Interface VerifyAuthRequestCryptogramRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<VerifyAuthRequestCryptogramRequest.Builder,,- VerifyAuthRequestCryptogramRequest> - PaymentCryptographyDataRequest.Builder,- SdkBuilder<VerifyAuthRequestCryptogramRequest.Builder,,- VerifyAuthRequestCryptogramRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- VerifyAuthRequestCryptogramRequest
- 
Method SummaryModifier and TypeMethodDescriptionauthRequestCryptogram(String authRequestCryptogram) The auth request cryptogram imported into Amazon Web Services Payment Cryptography for ARQC verification using a major encryption key and transaction data.authResponseAttributes(Consumer<CryptogramAuthResponse.Builder> authResponseAttributes) The attributes and values for auth request cryptogram verification.authResponseAttributes(CryptogramAuthResponse authResponseAttributes) The attributes and values for auth request cryptogram verification.keyIdentifier(String keyIdentifier) ThekeyARNof the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.majorKeyDerivationMode(String majorKeyDerivationMode) The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography.majorKeyDerivationMode(MajorKeyDerivationMode majorKeyDerivationMode) The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sessionKeyDerivationAttributes(Consumer<SessionKeyDerivation.Builder> sessionKeyDerivationAttributes) The attributes and values to use for deriving a session key for ARQC verification within Amazon Web Services Payment Cryptography.sessionKeyDerivationAttributes(SessionKeyDerivation sessionKeyDerivationAttributes) The attributes and values to use for deriving a session key for ARQC verification within Amazon Web Services Payment Cryptography.transactionData(String transactionData) The transaction data that Amazon Web Services Payment Cryptography uses for ARQC verification.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.paymentcryptographydata.model.PaymentCryptographyDataRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
keyIdentifierThe keyARNof the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.- Parameters:
- keyIdentifier- The- keyARNof the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
transactionDataThe transaction data that Amazon Web Services Payment Cryptography uses for ARQC verification. The same transaction is used for ARQC generation outside of Amazon Web Services Payment Cryptography. - Parameters:
- transactionData- The transaction data that Amazon Web Services Payment Cryptography uses for ARQC verification. The same transaction is 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.
 
- 
authRequestCryptogramThe auth request cryptogram imported into Amazon Web Services Payment Cryptography for ARQC verification using a major encryption key and transaction data. - Parameters:
- authRequestCryptogram- The auth request cryptogram imported into Amazon Web Services Payment Cryptography for ARQC verification using a major encryption key and transaction data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
majorKeyDerivationModeThe method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography. The same key derivation mode was used for ARQC generation outside of Amazon Web Services Payment Cryptography. - Parameters:
- majorKeyDerivationMode- The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography. The same key derivation mode was 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.
- See Also:
 
- 
majorKeyDerivationModeVerifyAuthRequestCryptogramRequest.Builder majorKeyDerivationMode(MajorKeyDerivationMode majorKeyDerivationMode) The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography. The same key derivation mode was used for ARQC generation outside of Amazon Web Services Payment Cryptography. - Parameters:
- majorKeyDerivationMode- The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography. The same key derivation mode was 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.
- See Also:
 
- 
sessionKeyDerivationAttributesVerifyAuthRequestCryptogramRequest.Builder sessionKeyDerivationAttributes(SessionKeyDerivation sessionKeyDerivationAttributes) The attributes and values to use for deriving a session key for ARQC verification within Amazon Web Services Payment Cryptography. The same attributes were used for ARQC generation outside of Amazon Web Services Payment Cryptography. - Parameters:
- sessionKeyDerivationAttributes- The attributes and values to use for deriving a session key for ARQC verification within Amazon Web Services Payment Cryptography. The same attributes were 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.
 
- 
sessionKeyDerivationAttributesdefault VerifyAuthRequestCryptogramRequest.Builder sessionKeyDerivationAttributes(Consumer<SessionKeyDerivation.Builder> sessionKeyDerivationAttributes) The attributes and values to use for deriving a session key for ARQC verification within Amazon Web Services Payment Cryptography. The same attributes were used for ARQC generation outside of Amazon Web Services Payment Cryptography. This is a convenience method that creates an instance of theSessionKeyDerivation.Builderavoiding the need to create one manually viaSessionKeyDerivation.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosessionKeyDerivationAttributes(SessionKeyDerivation).- Parameters:
- sessionKeyDerivationAttributes- a consumer that will call methods on- SessionKeyDerivation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
authResponseAttributesVerifyAuthRequestCryptogramRequest.Builder authResponseAttributes(CryptogramAuthResponse authResponseAttributes) The attributes and values for auth request cryptogram verification. These parameters are required in case using ARPC Method 1 or Method 2 for ARQC verification. - Parameters:
- authResponseAttributes- The attributes and values for auth request cryptogram verification. These parameters are required in case using ARPC Method 1 or Method 2 for ARQC verification.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authResponseAttributesdefault VerifyAuthRequestCryptogramRequest.Builder authResponseAttributes(Consumer<CryptogramAuthResponse.Builder> authResponseAttributes) The attributes and values for auth request cryptogram verification. These parameters are required in case using ARPC Method 1 or Method 2 for ARQC verification. This is a convenience method that creates an instance of theCryptogramAuthResponse.Builderavoiding the need to create one manually viaCryptogramAuthResponse.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthResponseAttributes(CryptogramAuthResponse).- Parameters:
- authResponseAttributes- a consumer that will call methods on- CryptogramAuthResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationVerifyAuthRequestCryptogramRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationVerifyAuthRequestCryptogramRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-