Interface TrustedCertificatePublicKey.Builder

    • Method Detail

      • certificateAuthorityPublicKeyIdentifier

        TrustedCertificatePublicKey.Builder certificateAuthorityPublicKeyIdentifier​(String certificateAuthorityPublicKeyIdentifier)

        The KeyARN of the root public key certificate or certificate chain that signs the trusted public key certificate import.

        Parameters:
        certificateAuthorityPublicKeyIdentifier - The KeyARN of the root public key certificate or certificate chain that signs the trusted public key certificate import.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyAttributes

        TrustedCertificatePublicKey.Builder keyAttributes​(KeyAttributes keyAttributes)

        The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after a trusted public key is imported.

        Parameters:
        keyAttributes - The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after a trusted public key is imported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publicKeyCertificate

        TrustedCertificatePublicKey.Builder publicKeyCertificate​(String publicKeyCertificate)

        Parameter information for trusted public key certificate import.

        Parameters:
        publicKeyCertificate - Parameter information for trusted public key certificate import.
        Returns:
        Returns a reference to this object so that method calls can be chained together.