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