Interface CertificateSummary.Builder

    • Method Detail

      • certificateArn

        CertificateSummary.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.
      • certificateName

        CertificateSummary.Builder certificateName​(String certificateName)

        The name of the certificate.

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

        CertificateSummary.Builder domainName​(String domainName)

        The domain name of the certificate.

        Parameters:
        domainName - The domain name of the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateDetail

        CertificateSummary.Builder certificateDetail​(Certificate certificateDetail)

        An object that describes a certificate in detail.

        Parameters:
        certificateDetail - An object that describes a certificate in detail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.