public static interface DomainValidationRecord.Builder extends SdkPojo, CopyableBuilder<DomainValidationRecord.Builder,DomainValidationRecord>
| Modifier and Type | Method and Description |
|---|---|
default DomainValidationRecord.Builder |
dnsRecordCreationState(Consumer<DnsRecordCreationState.Builder> dnsRecordCreationState)
An object that describes the state of the canonical name (CNAME) records that are automatically added by
Lightsail to the DNS of the domain to validate domain ownership.
|
DomainValidationRecord.Builder |
dnsRecordCreationState(DnsRecordCreationState dnsRecordCreationState)
An object that describes the state of the canonical name (CNAME) records that are automatically added by
Lightsail to the DNS of the domain to validate domain ownership.
|
DomainValidationRecord.Builder |
domainName(String domainName)
The domain name of the certificate validation record.
|
default DomainValidationRecord.Builder |
resourceRecord(Consumer<ResourceRecord.Builder> resourceRecord)
An object that describes the DNS records to add to your domain's DNS to validate it for the certificate.
|
DomainValidationRecord.Builder |
resourceRecord(ResourceRecord resourceRecord)
An object that describes the DNS records to add to your domain's DNS to validate it for the certificate.
|
DomainValidationRecord.Builder |
validationStatus(CertificateDomainValidationStatus validationStatus)
The validation status of the record.
|
DomainValidationRecord.Builder |
validationStatus(String validationStatus)
The validation status of the record.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainValidationRecord.Builder domainName(String domainName)
The domain name of the certificate validation record. For example, example.com or
www.example.com.
domainName - The domain name of the certificate validation record. For example, example.com or
www.example.com.DomainValidationRecord.Builder resourceRecord(ResourceRecord resourceRecord)
An object that describes the DNS records to add to your domain's DNS to validate it for the certificate.
resourceRecord - An object that describes the DNS records to add to your domain's DNS to validate it for the
certificate.default DomainValidationRecord.Builder resourceRecord(Consumer<ResourceRecord.Builder> resourceRecord)
An object that describes the DNS records to add to your domain's DNS to validate it for the certificate.
This is a convenience method that creates an instance of theResourceRecord.Builder avoiding the need
to create one manually via ResourceRecord.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceRecord(ResourceRecord).
resourceRecord - a consumer that will call methods on ResourceRecord.BuilderresourceRecord(ResourceRecord)DomainValidationRecord.Builder dnsRecordCreationState(DnsRecordCreationState dnsRecordCreationState)
An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of the domain to validate domain ownership.
dnsRecordCreationState - An object that describes the state of the canonical name (CNAME) records that are automatically added
by Lightsail to the DNS of the domain to validate domain ownership.default DomainValidationRecord.Builder dnsRecordCreationState(Consumer<DnsRecordCreationState.Builder> dnsRecordCreationState)
An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of the domain to validate domain ownership.
This is a convenience method that creates an instance of theDnsRecordCreationState.Builder avoiding
the need to create one manually via DnsRecordCreationState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dnsRecordCreationState(DnsRecordCreationState).
dnsRecordCreationState - a consumer that will call methods on DnsRecordCreationState.BuilderdnsRecordCreationState(DnsRecordCreationState)DomainValidationRecord.Builder validationStatus(String validationStatus)
The validation status of the record.
validationStatus - The validation status of the record.CertificateDomainValidationStatus,
CertificateDomainValidationStatusDomainValidationRecord.Builder validationStatus(CertificateDomainValidationStatus validationStatus)
The validation status of the record.
validationStatus - The validation status of the record.CertificateDomainValidationStatus,
CertificateDomainValidationStatusCopyright © 2022. All rights reserved.