Interface PinData.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PinData.Builder,,- PinData> - SdkBuilder<PinData.Builder,,- PinData> - SdkPojo
- Enclosing class:
- PinData
@Mutable
@NotThreadSafe
public static interface PinData.Builder
extends SdkPojo, CopyableBuilder<PinData.Builder,PinData> 
- 
Method SummaryModifier and TypeMethodDescriptionThe PIN offset value.verificationValue(String verificationValue) The unique data to identify a cardholder.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- 
pinOffsetThe PIN offset value. - Parameters:
- pinOffset- The PIN offset value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
verificationValueThe unique data to identify a cardholder. In most cases, this is the same as cardholder's Primary Account Number (PAN). If a value is not provided, it defaults to PAN. - Parameters:
- verificationValue- The unique data to identify a cardholder. In most cases, this is the same as cardholder's Primary Account Number (PAN). If a value is not provided, it defaults to PAN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-