Interface GetCertificateRequest.Builder

    • Method Detail

      • certificateAuthorityArn

        GetCertificateRequest.Builder certificateAuthorityArn​(String certificateAuthorityArn)

        The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority. This must be of the form:

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

        Parameters:
        certificateAuthorityArn - The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority. 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.
      • certificateArn

        GetCertificateRequest.Builder certificateArn​(String certificateArn)

        The ARN of the issued certificate. The ARN contains the certificate serial number and must be in the following form:

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

        Parameters:
        certificateArn - The ARN of the issued certificate. The ARN contains the certificate serial number and must be in the following form:

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

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