Interface VisaAmexDerivationOutputs.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VisaAmexDerivationOutputs.Builder,
,VisaAmexDerivationOutputs> SdkBuilder<VisaAmexDerivationOutputs.Builder,
,VisaAmexDerivationOutputs> SdkPojo
- Enclosing class:
VisaAmexDerivationOutputs
@Mutable
@NotThreadSafe
public static interface VisaAmexDerivationOutputs.Builder
extends SdkPojo, CopyableBuilder<VisaAmexDerivationOutputs.Builder,VisaAmexDerivationOutputs>
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationRequestKeyArn
(String authorizationRequestKeyArn) ThekeyArn
of the issuer master key for cryptogram (IMK-AC) used by the operation.authorizationRequestKeyCheckValue
(String authorizationRequestKeyCheckValue) The key check value (KCV) of the issuer master key for cryptogram (IMK-AC) used by the operation.currentPinPekArn
(String currentPinPekArn) ThekeyArn
of the current PIN PEK.currentPinPekKeyCheckValue
(String currentPinPekKeyCheckValue) The key check value (KCV) of the current PIN PEK.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
-
authorizationRequestKeyArn
The
keyArn
of the issuer master key for cryptogram (IMK-AC) used by the operation.- Parameters:
authorizationRequestKeyArn
- ThekeyArn
of the issuer master key for cryptogram (IMK-AC) used by the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizationRequestKeyCheckValue
VisaAmexDerivationOutputs.Builder authorizationRequestKeyCheckValue(String authorizationRequestKeyCheckValue) The key check value (KCV) of the issuer master key for cryptogram (IMK-AC) used by the operation.
- Parameters:
authorizationRequestKeyCheckValue
- The key check value (KCV) of the issuer master key for cryptogram (IMK-AC) used by the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentPinPekArn
The
keyArn
of the current PIN PEK.- Parameters:
currentPinPekArn
- ThekeyArn
of the current PIN PEK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentPinPekKeyCheckValue
The key check value (KCV) of the current PIN PEK.
- Parameters:
currentPinPekKeyCheckValue
- The key check value (KCV) of the current PIN PEK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-