Interface CardVerificationValue1.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CardVerificationValue1.Builder,CardVerificationValue1>,SdkBuilder<CardVerificationValue1.Builder,CardVerificationValue1>,SdkPojo
- Enclosing class:
- CardVerificationValue1
public static interface CardVerificationValue1.Builder extends SdkPojo, CopyableBuilder<CardVerificationValue1.Builder,CardVerificationValue1>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CardVerificationValue1.BuildercardExpiryDate(String cardExpiryDate)The expiry date of a payment card.CardVerificationValue1.BuilderserviceCode(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, sdkFields
-
-
-
-
Method Detail
-
cardExpiryDate
CardVerificationValue1.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.
-
serviceCode
CardVerificationValue1.Builder serviceCode(String 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.
-
-