JavaScript is disabled on your browser.
Method Summary
All Methods Instance Methods Abstract Methods Default Methods
The keyARN
of the CVK encryption key that Amazon Web Services Payment Cryptography uses to
verify card data.
Add an optional request override configuration.
Add an optional request override configuration.
The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the
card with a specific account holder.
The CVV or CSC value for use for card data verification within Amazon Web Services Payment Cryptography.
The algorithm to use for verification of card data within Amazon Web Services Payment Cryptography.
The algorithm to use for verification of card data within Amazon Web Services Payment Cryptography.
Method Details
keyIdentifier
The keyARN
of the CVK encryption key that Amazon Web Services Payment Cryptography uses to
verify card data.
Parameters:
keyIdentifier
- The keyARN
of the CVK encryption key that Amazon Web Services Payment Cryptography uses
to verify card data.
Returns:
Returns a reference to this object so that method calls can be chained together.
primaryAccountNumber
The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the
card with a specific account holder.
Parameters:
primaryAccountNumber
- The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that
associates the card with a specific account holder.
Returns:
Returns a reference to this object so that method calls can be chained together.
verificationAttributes
The algorithm to use for verification of card data within Amazon Web Services Payment Cryptography.
Parameters:
verificationAttributes
- The algorithm to use for verification of card data within Amazon Web Services Payment Cryptography.
Returns:
Returns a reference to this object so that method calls can be chained together.
verificationAttributes
Parameters:
verificationAttributes
- a consumer that will call methods on CardVerificationAttributes.Builder
Returns:
Returns a reference to this object so that method calls can be chained together.
See Also:
validationData
The CVV or CSC value for use for card data verification within Amazon Web Services Payment Cryptography.
Parameters:
validationData
- The CVV or CSC value for use for card data verification within Amazon Web Services Payment
Cryptography.
Returns:
Returns a reference to this object so that method calls can be chained together.
overrideConfiguration
Add an optional request override configuration.
Specified by:
overrideConfiguration
in interface AwsRequest.Builder
Parameters:
overrideConfiguration
- The override configuration.
Returns:
This object for method chaining.