Interface DiscoverDynamicCardVerificationCode.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DiscoverDynamicCardVerificationCode.Builder,,DiscoverDynamicCardVerificationCode> SdkBuilder<DiscoverDynamicCardVerificationCode.Builder,,DiscoverDynamicCardVerificationCode> SdkPojo
- Enclosing class:
 DiscoverDynamicCardVerificationCode
public static interface DiscoverDynamicCardVerificationCode.Builder
extends SdkPojo, CopyableBuilder<DiscoverDynamicCardVerificationCode.Builder,DiscoverDynamicCardVerificationCode> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationTransactionCounter(String applicationTransactionCounter) The transaction counter value that comes from the terminal.cardExpiryDate(String cardExpiryDate) The expiry date of a payment card.unpredictableNumber(String unpredictableNumber) A random number that is generated by the issuer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
applicationTransactionCounter
DiscoverDynamicCardVerificationCode.Builder applicationTransactionCounter(String applicationTransactionCounter) The transaction counter value that comes from the terminal.
- Parameters:
 applicationTransactionCounter- The transaction counter value that comes from the terminal.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
cardExpiryDate
The expiry date of a payment card.
- Parameters:
 cardExpiryDate- The expiry date of a payment card.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
unpredictableNumber
A random number that is generated by the issuer.
- Parameters:
 unpredictableNumber- A random number that is generated by the issuer.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -