Interface VisaPinVerification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VisaPinVerification.Builder,
,VisaPinVerification> SdkBuilder<VisaPinVerification.Builder,
,VisaPinVerification> SdkPojo
- Enclosing class:
VisaPinVerification
@Mutable
@NotThreadSafe
public static interface VisaPinVerification.Builder
extends SdkPojo, CopyableBuilder<VisaPinVerification.Builder,VisaPinVerification>
-
Method Summary
Modifier and TypeMethodDescriptionpinVerificationKeyIndex
(Integer pinVerificationKeyIndex) The value for PIN verification index.verificationValue
(String verificationValue) Parameters that are required to generate or verify Visa PVV (PIN Verification Value).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
-
pinVerificationKeyIndex
The 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.
-
verificationValue
Parameters that are required to generate or verify Visa PVV (PIN Verification Value).
- Parameters:
verificationValue
- Parameters that are required to generate or verify Visa PVV (PIN Verification Value).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-