public static interface CertificateValidationRecord.Builder extends SdkPojo, CopyableBuilder<CertificateValidationRecord.Builder,CertificateValidationRecord>
| Modifier and Type | Method and Description |
|---|---|
CertificateValidationRecord.Builder |
name(String name)
The certificate CNAME record name.
|
CertificateValidationRecord.Builder |
status(CertificateValidationRecordStatus status)
The current state of the certificate CNAME record validation.
|
CertificateValidationRecord.Builder |
status(String status)
The current state of the certificate CNAME record validation.
|
CertificateValidationRecord.Builder |
type(String type)
The record type, always
CNAME. |
CertificateValidationRecord.Builder |
value(String value)
The certificate CNAME record value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCertificateValidationRecord.Builder name(String name)
The certificate CNAME record name.
name - The certificate CNAME record name.CertificateValidationRecord.Builder type(String type)
The record type, always CNAME.
type - The record type, always CNAME.CertificateValidationRecord.Builder value(String value)
The certificate CNAME record value.
value - The certificate CNAME record value.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.
status - The current state of the certificate CNAME record validation. It should change to SUCCESS
after App Runner completes validation with your DNS.CertificateValidationRecordStatus,
CertificateValidationRecordStatusCertificateValidationRecord.Builder status(CertificateValidationRecordStatus status)
The current state of the certificate CNAME record validation. It should change to SUCCESS after
App Runner completes validation with your DNS.
status - The current state of the certificate CNAME record validation. It should change to SUCCESS
after App Runner completes validation with your DNS.CertificateValidationRecordStatus,
CertificateValidationRecordStatusCopyright © 2023. All rights reserved.