Interface PinData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PinData.Builder,PinData>,SdkBuilder<PinData.Builder,PinData>,SdkPojo
- Enclosing class:
- PinData
public static interface PinData.Builder extends SdkPojo, CopyableBuilder<PinData.Builder,PinData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PinData.BuilderpinOffset(String pinOffset)The PIN offset value.PinData.BuilderverificationValue(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, sdkFields
-
-
-
-
Method Detail
-
pinOffset
PinData.Builder pinOffset(String 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
PinData.Builder verificationValue(String 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.
-
-