Interface CertificateValidationRecord.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CertificateValidationRecord.Builder,CertificateValidationRecord>, SdkBuilder<CertificateValidationRecord.Builder,CertificateValidationRecord>, SdkPojo
Enclosing class:
CertificateValidationRecord

public static interface CertificateValidationRecord.Builder extends SdkPojo, CopyableBuilder<CertificateValidationRecord.Builder,CertificateValidationRecord>
  • Method Details

    • 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

      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

      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

      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:
    • 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: