JavaScript is disabled on your browser.
Method Summary
All Methods Instance Methods Abstract Methods Default Methods
The algorithm for generating CVV or CSC values for the card within Amazon Web Services Payment Cryptography.
The algorithm for generating CVV or CSC values for the card within Amazon Web Services Payment Cryptography.
The keyARN
of the CVK encryption key that Amazon Web Services Payment Cryptography uses to
generate 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 length of the CVV or CSC to be generated.
Method Details
generationAttributes
The algorithm for generating CVV or CSC values for the card within Amazon Web Services Payment Cryptography.
Parameters:
generationAttributes
- The algorithm for generating CVV or CSC values for the card within Amazon Web Services Payment
Cryptography.
Returns:
Returns a reference to this object so that method calls can be chained together.
generationAttributes
Parameters:
generationAttributes
- a consumer that will call methods on CardGenerationAttributes.Builder
Returns:
Returns a reference to this object so that method calls can be chained together.
See Also:
keyIdentifier
The keyARN
of the CVK encryption key that Amazon Web Services Payment Cryptography uses to
generate card data.
Parameters:
keyIdentifier
- The keyARN
of the CVK encryption key that Amazon Web Services Payment Cryptography uses
to generate 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.
validationDataLength
The length of the CVV or CSC to be generated. The default value is 3.
Parameters:
validationDataLength
- The length of the CVV or CSC to be generated. The default value is 3.
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.