Interface VisaAmexDerivationOutputs.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VisaAmexDerivationOutputs.Builder,VisaAmexDerivationOutputs>,SdkBuilder<VisaAmexDerivationOutputs.Builder,VisaAmexDerivationOutputs>,SdkPojo
- Enclosing class:
- VisaAmexDerivationOutputs
public static interface VisaAmexDerivationOutputs.Builder extends SdkPojo, CopyableBuilder<VisaAmexDerivationOutputs.Builder,VisaAmexDerivationOutputs>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VisaAmexDerivationOutputs.BuilderauthorizationRequestKeyArn(String authorizationRequestKeyArn)ThekeyArnof the issuer master key for cryptogram (IMK-AC) used by the operation.VisaAmexDerivationOutputs.BuilderauthorizationRequestKeyCheckValue(String authorizationRequestKeyCheckValue)The key check value (KCV) of the issuer master key for cryptogram (IMK-AC) used by the operation.VisaAmexDerivationOutputs.BuildercurrentPinPekArn(String currentPinPekArn)ThekeyArnof the current PIN PEK.VisaAmexDerivationOutputs.BuildercurrentPinPekKeyCheckValue(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 Detail
-
authorizationRequestKeyArn
VisaAmexDerivationOutputs.Builder authorizationRequestKeyArn(String authorizationRequestKeyArn)
The
keyArnof the issuer master key for cryptogram (IMK-AC) used by the operation.- Parameters:
authorizationRequestKeyArn- ThekeyArnof 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
VisaAmexDerivationOutputs.Builder currentPinPekArn(String currentPinPekArn)
The
keyArnof the current PIN PEK.- Parameters:
currentPinPekArn- ThekeyArnof the current PIN PEK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentPinPekKeyCheckValue
VisaAmexDerivationOutputs.Builder currentPinPekKeyCheckValue(String 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.
-
-