Interface DiscoverDynamicCardVerificationCode.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DiscoverDynamicCardVerificationCode.Builder,,- DiscoverDynamicCardVerificationCode> - SdkBuilder<DiscoverDynamicCardVerificationCode.Builder,,- DiscoverDynamicCardVerificationCode> - SdkPojo
- Enclosing class:
- DiscoverDynamicCardVerificationCode
@Mutable
@NotThreadSafe
public static interface DiscoverDynamicCardVerificationCode.Builder
extends SdkPojo, CopyableBuilder<DiscoverDynamicCardVerificationCode.Builder,DiscoverDynamicCardVerificationCode> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cardExpiryDateThe 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.
 
- 
unpredictableNumberA 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.
 
- 
applicationTransactionCounterDiscoverDynamicCardVerificationCode.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.
 
 
-