| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static DnsRecordCreationState.Builder |
DnsRecordCreationState.builder() |
DnsRecordCreationState.Builder |
DnsRecordCreationState.Builder.code(DnsRecordCreationStateCode code)
The status code for the automated DNS record creation.
|
DnsRecordCreationState.Builder |
DnsRecordCreationState.Builder.code(String code)
The status code for the automated DNS record creation.
|
DnsRecordCreationState.Builder |
DnsRecordCreationState.Builder.message(String message)
The message that describes the reason for the status code.
|
DnsRecordCreationState.Builder |
DnsRecordCreationState.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DnsRecordCreationState.Builder> |
DnsRecordCreationState.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DomainValidationRecord.Builder |
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.
|
Copyright © 2022. All rights reserved.