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