Class CertificateSummary

    • Constructor Detail

      • CertificateSummary

        public CertificateSummary()
    • Method Detail

      • setCertificateArn

        public void setCertificateArn​(String certificateArn)

        Amazon Resource Name (ARN) of the certificate. This is of the form:

        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

        Parameters:
        certificateArn - Amazon Resource Name (ARN) of the certificate. This is of the form:

        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

      • withCertificateArn

        public CertificateSummary withCertificateArn​(String certificateArn)

        Amazon Resource Name (ARN) of the certificate. This is of the form:

        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

        Parameters:
        certificateArn - Amazon Resource Name (ARN) of the certificate. This is of the form:

        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

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

        public void setDomainName​(String domainName)

        Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

        Parameters:
        domainName - Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
      • getDomainName

        public String getDomainName()

        Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

        Returns:
        Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
      • withDomainName

        public CertificateSummary withDomainName​(String domainName)

        Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

        Parameters:
        domainName - Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object