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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiscoverDynamicCardVerificationCode.BuilderapplicationTransactionCounter(String applicationTransactionCounter)The transaction counter value that comes from the terminal.DiscoverDynamicCardVerificationCode.BuildercardExpiryDate(String cardExpiryDate)The expiry date of a payment card.DiscoverDynamicCardVerificationCode.BuilderunpredictableNumber(String unpredictableNumber)A random number that is 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, sdkFields
-
-
-
-
Method Detail
-
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
DiscoverDynamicCardVerificationCode.Builder cardExpiryDate(String 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
DiscoverDynamicCardVerificationCode.Builder unpredictableNumber(String 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.
-
-