Interface CardHolderVerificationValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CardHolderVerificationValue.Builder,
,CardHolderVerificationValue> SdkBuilder<CardHolderVerificationValue.Builder,
,CardHolderVerificationValue> SdkPojo
- Enclosing class:
CardHolderVerificationValue
@Mutable
@NotThreadSafe
public static interface CardHolderVerificationValue.Builder
extends SdkPojo, CopyableBuilder<CardHolderVerificationValue.Builder,CardHolderVerificationValue>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationTransactionCounter
(String applicationTransactionCounter) The transaction counter value that comes from a point of sale terminal.panSequenceNumber
(String panSequenceNumber) A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).unpredictableNumber
(String unpredictableNumber) A random number generated by the issuer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
unpredictableNumber
A random number generated by the issuer.
- Parameters:
unpredictableNumber
- A random number generated by the issuer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
panSequenceNumber
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
- Parameters:
panSequenceNumber
- A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationTransactionCounter
CardHolderVerificationValue.Builder applicationTransactionCounter(String applicationTransactionCounter) The transaction counter value that comes from a point of sale terminal.
- Parameters:
applicationTransactionCounter
- The transaction counter value that comes from a point of sale terminal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-