| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static RegisteredDomainDelegationInfo.Builder |
RegisteredDomainDelegationInfo.builder() |
default RegisteredDomainDelegationInfo.Builder |
RegisteredDomainDelegationInfo.Builder.nameServersUpdateState(Consumer<NameServersUpdateState.Builder> nameServersUpdateState)
An object that describes the state of the name server records that are automatically added to the Route 53
domain by Lightsail.
|
RegisteredDomainDelegationInfo.Builder |
RegisteredDomainDelegationInfo.Builder.nameServersUpdateState(NameServersUpdateState nameServersUpdateState)
An object that describes the state of the name server records that are automatically added to the Route 53
domain by Lightsail.
|
default RegisteredDomainDelegationInfo.Builder |
RegisteredDomainDelegationInfo.Builder.r53HostedZoneDeletionState(Consumer<R53HostedZoneDeletionState.Builder> r53HostedZoneDeletionState)
Describes the deletion state of an Amazon Route 53 hosted zone for a domain that is being automatically
delegated to an Amazon Lightsail DNS zone.
|
RegisteredDomainDelegationInfo.Builder |
RegisteredDomainDelegationInfo.Builder.r53HostedZoneDeletionState(R53HostedZoneDeletionState r53HostedZoneDeletionState)
Describes the deletion state of an Amazon Route 53 hosted zone for a domain that is being automatically
delegated to an Amazon Lightsail DNS zone.
|
RegisteredDomainDelegationInfo.Builder |
RegisteredDomainDelegationInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RegisteredDomainDelegationInfo.Builder> |
RegisteredDomainDelegationInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Domain.Builder |
Domain.Builder.registeredDomainDelegationInfo(Consumer<RegisteredDomainDelegationInfo.Builder> registeredDomainDelegationInfo)
An object that describes the state of the Route 53 domain delegation to a Lightsail DNS zone.
|
Copyright © 2023. All rights reserved.