Interface CardVerificationValue1.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CardVerificationValue1.Builder,
,CardVerificationValue1> SdkBuilder<CardVerificationValue1.Builder,
,CardVerificationValue1> SdkPojo
- Enclosing class:
CardVerificationValue1
@Mutable
@NotThreadSafe
public static interface CardVerificationValue1.Builder
extends SdkPojo, CopyableBuilder<CardVerificationValue1.Builder,CardVerificationValue1>
-
Method Summary
Modifier and TypeMethodDescriptioncardExpiryDate
(String cardExpiryDate) The expiry date of a payment card.serviceCode
(String serviceCode) The service code of the payment card.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
-
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.
-
serviceCode
The service code of the payment card. This is different from Card Security Code (CSC).
- Parameters:
serviceCode
- The service code of the payment card. This is different from Card Security Code (CSC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-