Interface VerifyAuthRequestCryptogramRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<VerifyAuthRequestCryptogramRequest.Builder,VerifyAuthRequestCryptogramRequest>, PaymentCryptographyDataRequest.Builder, SdkBuilder<VerifyAuthRequestCryptogramRequest.Builder,VerifyAuthRequestCryptogramRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
VerifyAuthRequestCryptogramRequest

  • Method Details

    • authRequestCryptogram

      VerifyAuthRequestCryptogramRequest.Builder authRequestCryptogram(String authRequestCryptogram)

      The auth request cryptogram imported into Amazon Web Services Payment Cryptography for ARQC verification using a major encryption key and transaction data.

      Parameters:
      authRequestCryptogram - The auth request cryptogram imported into Amazon Web Services Payment Cryptography for ARQC verification using a major encryption key and transaction data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authResponseAttributes

      VerifyAuthRequestCryptogramRequest.Builder authResponseAttributes(CryptogramAuthResponse authResponseAttributes)

      The attributes and values for auth request cryptogram verification. These parameters are required in case using ARPC Method 1 or Method 2 for ARQC verification.

      Parameters:
      authResponseAttributes - The attributes and values for auth request cryptogram verification. These parameters are required in case using ARPC Method 1 or Method 2 for ARQC verification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authResponseAttributes

      default VerifyAuthRequestCryptogramRequest.Builder authResponseAttributes(Consumer<CryptogramAuthResponse.Builder> authResponseAttributes)

      The attributes and values for auth request cryptogram verification. These parameters are required in case using ARPC Method 1 or Method 2 for ARQC verification.

      This is a convenience method that creates an instance of the CryptogramAuthResponse.Builder avoiding the need to create one manually via CryptogramAuthResponse.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to authResponseAttributes(CryptogramAuthResponse).

      Parameters:
      authResponseAttributes - a consumer that will call methods on CryptogramAuthResponse.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • keyIdentifier

      VerifyAuthRequestCryptogramRequest.Builder keyIdentifier(String keyIdentifier)

      The keyARN of the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.

      Parameters:
      keyIdentifier - The keyARN of the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • majorKeyDerivationMode

      VerifyAuthRequestCryptogramRequest.Builder majorKeyDerivationMode(String majorKeyDerivationMode)

      The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography. The same key derivation mode was used for ARQC generation outside of Amazon Web Services Payment Cryptography.

      Parameters:
      majorKeyDerivationMode - The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography. The same key derivation mode was used for ARQC generation outside of Amazon Web Services Payment Cryptography.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • majorKeyDerivationMode

      VerifyAuthRequestCryptogramRequest.Builder majorKeyDerivationMode(MajorKeyDerivationMode majorKeyDerivationMode)

      The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography. The same key derivation mode was used for ARQC generation outside of Amazon Web Services Payment Cryptography.

      Parameters:
      majorKeyDerivationMode - The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography. The same key derivation mode was used for ARQC generation outside of Amazon Web Services Payment Cryptography.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sessionKeyDerivationAttributes

      VerifyAuthRequestCryptogramRequest.Builder sessionKeyDerivationAttributes(SessionKeyDerivation sessionKeyDerivationAttributes)

      The attributes and values to use for deriving a session key for ARQC verification within Amazon Web Services Payment Cryptography. The same attributes were used for ARQC generation outside of Amazon Web Services Payment Cryptography.

      Parameters:
      sessionKeyDerivationAttributes - The attributes and values to use for deriving a session key for ARQC verification within Amazon Web Services Payment Cryptography. The same attributes were used for ARQC generation outside of Amazon Web Services Payment Cryptography.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionKeyDerivationAttributes

      default VerifyAuthRequestCryptogramRequest.Builder sessionKeyDerivationAttributes(Consumer<SessionKeyDerivation.Builder> sessionKeyDerivationAttributes)

      The attributes and values to use for deriving a session key for ARQC verification within Amazon Web Services Payment Cryptography. The same attributes were used for ARQC generation outside of Amazon Web Services Payment Cryptography.

      This is a convenience method that creates an instance of the SessionKeyDerivation.Builder avoiding the need to create one manually via SessionKeyDerivation.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to sessionKeyDerivationAttributes(SessionKeyDerivation).

      Parameters:
      sessionKeyDerivationAttributes - a consumer that will call methods on SessionKeyDerivation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • transactionData

      VerifyAuthRequestCryptogramRequest.Builder transactionData(String transactionData)

      The transaction data that Amazon Web Services Payment Cryptography uses for ARQC verification. The same transaction is used for ARQC generation outside of Amazon Web Services Payment Cryptography.

      Parameters:
      transactionData - The transaction data that Amazon Web Services Payment Cryptography uses for ARQC verification. The same transaction is used for ARQC generation outside of Amazon Web Services Payment Cryptography.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.