Interface AmexCardSecurityCodeVersion2.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AmexCardSecurityCodeVersion2.Builder,,- AmexCardSecurityCodeVersion2> - SdkBuilder<AmexCardSecurityCodeVersion2.Builder,,- AmexCardSecurityCodeVersion2> - SdkPojo
- Enclosing class:
- AmexCardSecurityCodeVersion2
@Mutable
@NotThreadSafe
public static interface AmexCardSecurityCodeVersion2.Builder
extends SdkPojo, CopyableBuilder<AmexCardSecurityCodeVersion2.Builder,AmexCardSecurityCodeVersion2> 
- 
Method SummaryModifier and TypeMethodDescriptioncardExpiryDate(String cardExpiryDate) The expiry date of a payment card.serviceCode(String serviceCode) The service code of the AMEX payment card.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.
 
- 
serviceCodeThe 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.
 
 
-