Interface CreateKeysAndCertificateResponse.Builder

    • Method Detail

      • certificateArn

        CreateKeysAndCertificateResponse.Builder certificateArn​(String certificateArn)

        The ARN of the certificate.

        Parameters:
        certificateArn - The ARN of the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateId

        CreateKeysAndCertificateResponse.Builder certificateId​(String certificateId)

        The ID of the certificate. IoT issues a default subject name for the certificate (for example, IoT Certificate).

        Parameters:
        certificateId - The ID of the certificate. IoT issues a default subject name for the certificate (for example, IoT Certificate).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificatePem

        CreateKeysAndCertificateResponse.Builder certificatePem​(String certificatePem)

        The certificate data, in PEM format.

        Parameters:
        certificatePem - The certificate data, in PEM format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyPair

        CreateKeysAndCertificateResponse.Builder keyPair​(KeyPair keyPair)

        The generated key pair.

        Parameters:
        keyPair - The generated key pair.
        Returns:
        Returns a reference to this object so that method calls can be chained together.