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 SummaryModifier and TypeMethodDescriptionauthorizationRequestKeyArn(String authorizationRequestKeyArn) ThekeyArnof 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) ThekeyArnof 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
authorizationRequestKeyArnThe keyArnof the issuer master key for cryptogram (IMK-AC) used by the operation.- Parameters:
- authorizationRequestKeyArn- The- keyArnof 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.
 
- 
authorizationRequestKeyCheckValueVisaAmexDerivationOutputs.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.
 
- 
currentPinPekArnThe keyArnof the current PIN PEK.- Parameters:
- currentPinPekArn- The- keyArnof the current PIN PEK.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
currentPinPekKeyCheckValueThe 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.
 
 
-