public static interface VerifyPinDataRequest.Builder extends PaymentCryptographyDataRequest.Builder, SdkPojo, CopyableBuilder<VerifyPinDataRequest.Builder,VerifyPinDataRequest>
| Modifier and Type | Method and Description |
|---|---|
default VerifyPinDataRequest.Builder |
dukptAttributes(Consumer<DukptAttributes.Builder> dukptAttributes)
The attributes and values for the DUKPT encrypted PIN block data.
|
VerifyPinDataRequest.Builder |
dukptAttributes(DukptAttributes dukptAttributes)
The attributes and values for the DUKPT encrypted PIN block data.
|
VerifyPinDataRequest.Builder |
encryptedPinBlock(String encryptedPinBlock)
The encrypted PIN block data that Amazon Web Services Payment Cryptography verifies.
|
VerifyPinDataRequest.Builder |
encryptionKeyIdentifier(String encryptionKeyIdentifier)
The
keyARN of the encryption key under which the PIN block data is encrypted. |
VerifyPinDataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
VerifyPinDataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
VerifyPinDataRequest.Builder |
pinBlockFormat(PinBlockFormatForPinData pinBlockFormat)
The PIN encoding format for pin data generation as specified in ISO 9564.
|
VerifyPinDataRequest.Builder |
pinBlockFormat(String pinBlockFormat)
The PIN encoding format for pin data generation as specified in ISO 9564.
|
VerifyPinDataRequest.Builder |
pinDataLength(Integer pinDataLength)
The length of PIN being verified.
|
VerifyPinDataRequest.Builder |
primaryAccountNumber(String 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.
|
default VerifyPinDataRequest.Builder |
verificationAttributes(Consumer<PinVerificationAttributes.Builder> verificationAttributes)
The attributes and values for PIN data verification.
|
VerifyPinDataRequest.Builder |
verificationAttributes(PinVerificationAttributes verificationAttributes)
The attributes and values for PIN data verification.
|
VerifyPinDataRequest.Builder |
verificationKeyIdentifier(String verificationKeyIdentifier)
The
keyARN of the PIN verification key. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildVerifyPinDataRequest.Builder dukptAttributes(DukptAttributes dukptAttributes)
The attributes and values for the DUKPT encrypted PIN block data.
dukptAttributes - The attributes and values for the DUKPT encrypted PIN block data.default VerifyPinDataRequest.Builder dukptAttributes(Consumer<DukptAttributes.Builder> dukptAttributes)
The attributes and values for the DUKPT encrypted PIN block data.
This is a convenience method that creates an instance of theDukptAttributes.Builder avoiding the
need to create one manually via DukptAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dukptAttributes(DukptAttributes).
dukptAttributes - a consumer that will call methods on DukptAttributes.BuilderdukptAttributes(DukptAttributes)VerifyPinDataRequest.Builder encryptedPinBlock(String encryptedPinBlock)
The encrypted PIN block data that Amazon Web Services Payment Cryptography verifies.
encryptedPinBlock - The encrypted PIN block data that Amazon Web Services Payment Cryptography verifies.VerifyPinDataRequest.Builder encryptionKeyIdentifier(String encryptionKeyIdentifier)
The keyARN of the encryption key under which the PIN block data is encrypted. This key type can
be PEK or BDK.
encryptionKeyIdentifier - The keyARN of the encryption key under which the PIN block data is encrypted. This key
type can be PEK or BDK.VerifyPinDataRequest.Builder pinBlockFormat(String pinBlockFormat)
The PIN encoding format for pin data generation as specified in ISO 9564. Amazon Web Services Payment
Cryptography supports ISO_Format_0 and ISO_Format_3.
The ISO_Format_0 PIN block format is equivalent to the ANSI X9.8, VISA-1, and ECI-1 PIN block
formats. It is similar to a VISA-4 PIN block format. It supports a PIN from 4 to 12 digits in length.
The ISO_Format_3 PIN block format is the same as ISO_Format_0 except that the fill
digits are random values from 10 to 15.
pinBlockFormat - The PIN encoding format for pin data generation as specified in ISO 9564. Amazon Web Services Payment
Cryptography supports ISO_Format_0 and ISO_Format_3.
The ISO_Format_0 PIN block format is equivalent to the ANSI X9.8, VISA-1, and ECI-1 PIN
block formats. It is similar to a VISA-4 PIN block format. It supports a PIN from 4 to 12 digits in
length.
The ISO_Format_3 PIN block format is the same as ISO_Format_0 except that
the fill digits are random values from 10 to 15.
PinBlockFormatForPinData,
PinBlockFormatForPinDataVerifyPinDataRequest.Builder pinBlockFormat(PinBlockFormatForPinData pinBlockFormat)
The PIN encoding format for pin data generation as specified in ISO 9564. Amazon Web Services Payment
Cryptography supports ISO_Format_0 and ISO_Format_3.
The ISO_Format_0 PIN block format is equivalent to the ANSI X9.8, VISA-1, and ECI-1 PIN block
formats. It is similar to a VISA-4 PIN block format. It supports a PIN from 4 to 12 digits in length.
The ISO_Format_3 PIN block format is the same as ISO_Format_0 except that the fill
digits are random values from 10 to 15.
pinBlockFormat - The PIN encoding format for pin data generation as specified in ISO 9564. Amazon Web Services Payment
Cryptography supports ISO_Format_0 and ISO_Format_3.
The ISO_Format_0 PIN block format is equivalent to the ANSI X9.8, VISA-1, and ECI-1 PIN
block formats. It is similar to a VISA-4 PIN block format. It supports a PIN from 4 to 12 digits in
length.
The ISO_Format_3 PIN block format is the same as ISO_Format_0 except that
the fill digits are random values from 10 to 15.
PinBlockFormatForPinData,
PinBlockFormatForPinDataVerifyPinDataRequest.Builder pinDataLength(Integer pinDataLength)
The length of PIN being verified.
pinDataLength - The length of PIN being verified.VerifyPinDataRequest.Builder primaryAccountNumber(String 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.
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.VerifyPinDataRequest.Builder verificationAttributes(PinVerificationAttributes verificationAttributes)
The attributes and values for PIN data verification.
verificationAttributes - The attributes and values for PIN data verification.default VerifyPinDataRequest.Builder verificationAttributes(Consumer<PinVerificationAttributes.Builder> verificationAttributes)
The attributes and values for PIN data verification.
This is a convenience method that creates an instance of thePinVerificationAttributes.Builder
avoiding the need to create one manually via PinVerificationAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to verificationAttributes(PinVerificationAttributes).
verificationAttributes - a consumer that will call methods on PinVerificationAttributes.BuilderverificationAttributes(PinVerificationAttributes)VerifyPinDataRequest.Builder verificationKeyIdentifier(String verificationKeyIdentifier)
The keyARN of the PIN verification key.
verificationKeyIdentifier - The keyARN of the PIN verification key.VerifyPinDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderVerifyPinDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.