Interface ExportKeyCryptogram.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ExportKeyCryptogram.Builder,ExportKeyCryptogram>, SdkBuilder<ExportKeyCryptogram.Builder,ExportKeyCryptogram>, SdkPojo
Enclosing class:
ExportKeyCryptogram

public static interface ExportKeyCryptogram.Builder extends SdkPojo, CopyableBuilder<ExportKeyCryptogram.Builder,ExportKeyCryptogram>
  • Method Details

    • certificateAuthorityPublicKeyIdentifier

      ExportKeyCryptogram.Builder certificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)

      The KeyARN of the certificate chain that signs the wrapping key certificate during RSA wrap and unwrap key export.

      Parameters:
      certificateAuthorityPublicKeyIdentifier - The KeyARN of the certificate chain that signs the wrapping key certificate during RSA wrap and unwrap key export.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • wrappingKeyCertificate

      ExportKeyCryptogram.Builder wrappingKeyCertificate(String wrappingKeyCertificate)

      The wrapping key certificate in PEM format (base64 encoded). Amazon Web Services Payment Cryptography uses this certificate to wrap the key under export.

      Parameters:
      wrappingKeyCertificate - The wrapping key certificate in PEM format (base64 encoded). Amazon Web Services Payment Cryptography uses this certificate to wrap the key under export.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • wrappingSpec

      ExportKeyCryptogram.Builder wrappingSpec(String wrappingSpec)

      The wrapping spec for the key under export.

      Parameters:
      wrappingSpec - The wrapping spec for the key under export.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • wrappingSpec

      ExportKeyCryptogram.Builder wrappingSpec(WrappingKeySpec wrappingSpec)

      The wrapping spec for the key under export.

      Parameters:
      wrappingSpec - The wrapping spec for the key under export.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: