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 Summary
Modifier and TypeMethodDescriptionThe PIN offset value.verificationValue
(String verificationValue) The unique data to identify a cardholder.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, sdkFieldNameToField, sdkFields
-
Method Details
-
pinOffset
The PIN offset value.
- Parameters:
pinOffset
- The PIN offset value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- 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.
-