Interface TlsCertificateData.Builder

    • Method Detail

      • certificateArn

        TlsCertificateData.Builder certificateArn​(String certificateArn)

        The Amazon Resource Name (ARN) of the certificate.

        Parameters:
        certificateArn - The Amazon Resource Name (ARN) of the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateSerial

        TlsCertificateData.Builder certificateSerial​(String certificateSerial)

        The serial number of the certificate.

        Parameters:
        certificateSerial - The serial number of the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        TlsCertificateData.Builder status​(String status)

        The status of the certificate.

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

        TlsCertificateData.Builder statusMessage​(String statusMessage)

        Contains details about the certificate status, including information about certificate errors.

        Parameters:
        statusMessage - Contains details about the certificate status, including information about certificate errors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.