Interface RevokeCertificateRequest.Builder

    • Method Detail

      • certificateAuthorityArn

        RevokeCertificateRequest.Builder certificateAuthorityArn​(String certificateAuthorityArn)

        Amazon Resource Name (ARN) of the private CA that issued the certificate to be revoked. This must be of the form:

        arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

        Parameters:
        certificateAuthorityArn - Amazon Resource Name (ARN) of the private CA that issued the certificate to be revoked. This must be of the form:

        arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateSerial

        RevokeCertificateRequest.Builder certificateSerial​(String certificateSerial)

        Serial number of the certificate to be revoked. This must be in hexadecimal format. You can retrieve the serial number by calling GetCertificate with the Amazon Resource Name (ARN) of the certificate you want and the ARN of your private CA. The GetCertificate action retrieves the certificate in the PEM format. You can use the following OpenSSL command to list the certificate in text format and copy the hexadecimal serial number.

        openssl x509 -in file_path -text -noout

        You can also copy the serial number from the console or use the DescribeCertificate action in the Certificate Manager API Reference.

        Parameters:
        certificateSerial - Serial number of the certificate to be revoked. This must be in hexadecimal format. You can retrieve the serial number by calling GetCertificate with the Amazon Resource Name (ARN) of the certificate you want and the ARN of your private CA. The GetCertificate action retrieves the certificate in the PEM format. You can use the following OpenSSL command to list the certificate in text format and copy the hexadecimal serial number.

        openssl x509 -in file_path -text -noout

        You can also copy the serial number from the console or use the DescribeCertificate action in the Certificate Manager API Reference.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revocationReason

        RevokeCertificateRequest.Builder revocationReason​(String revocationReason)

        Specifies why you revoked the certificate.

        Parameters:
        revocationReason - Specifies why you revoked the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RevocationReason, RevocationReason