Interface VisaPin.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VisaPin.Builder,,- VisaPin> - SdkBuilder<VisaPin.Builder,,- VisaPin> - SdkPojo
- Enclosing class:
- VisaPin
@Mutable
@NotThreadSafe
public static interface VisaPin.Builder
extends SdkPojo, CopyableBuilder<VisaPin.Builder,VisaPin> 
- 
Method SummaryModifier and TypeMethodDescriptionpinVerificationKeyIndex(Integer pinVerificationKeyIndex) The value for PIN verification index.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- 
pinVerificationKeyIndexThe value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value). - Parameters:
- pinVerificationKeyIndex- The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-