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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
unpredictableNumberA 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.
 
- 
panSequenceNumberA 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.
 
- 
applicationTransactionCounterCardHolderVerificationValue.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.
 
 
-