Interface VisaPinVerificationValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VisaPinVerificationValue.Builder,VisaPinVerificationValue>,SdkBuilder<VisaPinVerificationValue.Builder,VisaPinVerificationValue>,SdkPojo
- Enclosing class:
- VisaPinVerificationValue
public static interface VisaPinVerificationValue.Builder extends SdkPojo, CopyableBuilder<VisaPinVerificationValue.Builder,VisaPinVerificationValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VisaPinVerificationValue.BuilderencryptedPinBlock(String encryptedPinBlock)The encrypted PIN block data to verify.VisaPinVerificationValue.BuilderpinVerificationKeyIndex(Integer pinVerificationKeyIndex)The value for PIN verification index.-
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
-
encryptedPinBlock
VisaPinVerificationValue.Builder encryptedPinBlock(String encryptedPinBlock)
The encrypted PIN block data to verify.
- Parameters:
encryptedPinBlock- The encrypted PIN block data to verify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pinVerificationKeyIndex
VisaPinVerificationValue.Builder pinVerificationKeyIndex(Integer 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.
-
-