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 Summary
Modifier 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.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.paymentcryptographydata.model.PaymentCryptographyDataRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
keyIdentifier
The
keyARNof the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.- Parameters:
keyIdentifier- ThekeyARNof 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.
-
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.
- 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.
-
authRequestCryptogram
The 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.
-
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:
-
majorKeyDerivationMode
VerifyAuthRequestCryptogramRequest.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:
-
sessionKeyDerivationAttributes
VerifyAuthRequestCryptogramRequest.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.
-
sessionKeyDerivationAttributes
default 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 onSessionKeyDerivation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authResponseAttributes
VerifyAuthRequestCryptogramRequest.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.
-
authResponseAttributes
default 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 onCryptogramAuthResponse.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
VerifyAuthRequestCryptogramRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
VerifyAuthRequestCryptogramRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-