Interface VerifyAuthRequestCryptogramRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<VerifyAuthRequestCryptogramRequest.Builder,VerifyAuthRequestCryptogramRequest>,PaymentCryptographyDataRequest.Builder,SdkBuilder<VerifyAuthRequestCryptogramRequest.Builder,VerifyAuthRequestCryptogramRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- VerifyAuthRequestCryptogramRequest
public static interface VerifyAuthRequestCryptogramRequest.Builder extends PaymentCryptographyDataRequest.Builder, SdkPojo, CopyableBuilder<VerifyAuthRequestCryptogramRequest.Builder,VerifyAuthRequestCryptogramRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description VerifyAuthRequestCryptogramRequest.BuilderauthRequestCryptogram(String authRequestCryptogram)The auth request cryptogram imported into Amazon Web Services Payment Cryptography for ARQC verification using a major encryption key and transaction data.default VerifyAuthRequestCryptogramRequest.BuilderauthResponseAttributes(Consumer<CryptogramAuthResponse.Builder> authResponseAttributes)The attributes and values for auth request cryptogram verification.VerifyAuthRequestCryptogramRequest.BuilderauthResponseAttributes(CryptogramAuthResponse authResponseAttributes)The attributes and values for auth request cryptogram verification.VerifyAuthRequestCryptogramRequest.BuilderkeyIdentifier(String keyIdentifier)ThekeyARNof the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.VerifyAuthRequestCryptogramRequest.BuildermajorKeyDerivationMode(String majorKeyDerivationMode)The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography.VerifyAuthRequestCryptogramRequest.BuildermajorKeyDerivationMode(MajorKeyDerivationMode majorKeyDerivationMode)The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography.VerifyAuthRequestCryptogramRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)VerifyAuthRequestCryptogramRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default VerifyAuthRequestCryptogramRequest.BuildersessionKeyDerivationAttributes(Consumer<SessionKeyDerivation.Builder> sessionKeyDerivationAttributes)The attributes and values to use for deriving a session key for ARQC verification within Amazon Web Services Payment Cryptography.VerifyAuthRequestCryptogramRequest.BuildersessionKeyDerivationAttributes(SessionKeyDerivation sessionKeyDerivationAttributes)The attributes and values to use for deriving a session key for ARQC verification within Amazon Web Services Payment Cryptography.VerifyAuthRequestCryptogramRequest.BuildertransactionData(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
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.paymentcryptographydata.model.PaymentCryptographyDataRequest.Builder
build
-
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
-
authRequestCryptogram
VerifyAuthRequestCryptogramRequest.Builder authRequestCryptogram(String 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.
-
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:
authResponseAttributes(CryptogramAuthResponse)
-
keyIdentifier
VerifyAuthRequestCryptogramRequest.Builder keyIdentifier(String 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.
-
majorKeyDerivationMode
VerifyAuthRequestCryptogramRequest.Builder majorKeyDerivationMode(String 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,MajorKeyDerivationMode
-
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:
MajorKeyDerivationMode,MajorKeyDerivationMode
-
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:
sessionKeyDerivationAttributes(SessionKeyDerivation)
-
transactionData
VerifyAuthRequestCryptogramRequest.Builder transactionData(String 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.
-
overrideConfiguration
VerifyAuthRequestCryptogramRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
VerifyAuthRequestCryptogramRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-