Interface CertificateValidationRecord.Builder

    • Method Detail

      • name

        CertificateValidationRecord.Builder name​(String name)

        The certificate CNAME record name.

        Parameters:
        name - The certificate CNAME record name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        CertificateValidationRecord.Builder type​(String type)

        The record type, always CNAME.

        Parameters:
        type - The record type, always CNAME.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        CertificateValidationRecord.Builder value​(String value)

        The certificate CNAME record value.

        Parameters:
        value - The certificate CNAME record value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        CertificateValidationRecord.Builder status​(String status)

        The current state of the certificate CNAME record validation. It should change to SUCCESS after App Runner completes validation with your DNS.

        Parameters:
        status - The current state of the certificate CNAME record validation. It should change to SUCCESS after App Runner completes validation with your DNS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CertificateValidationRecordStatus, CertificateValidationRecordStatus