public static interface RegisteredDomainDelegationInfo.Builder extends SdkPojo, CopyableBuilder<RegisteredDomainDelegationInfo.Builder,RegisteredDomainDelegationInfo>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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 |
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 |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisteredDomainDelegationInfo.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.
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 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.
This is a convenience method that creates an instance of theNameServersUpdateState.Builder avoiding
the need to create one manually via NameServersUpdateState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to nameServersUpdateState(NameServersUpdateState).
nameServersUpdateState - a consumer that will call methods on NameServersUpdateState.BuildernameServersUpdateState(NameServersUpdateState)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.
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.default 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.
This is a convenience method that creates an instance of theR53HostedZoneDeletionState.Builder
avoiding the need to create one manually via R53HostedZoneDeletionState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to r53HostedZoneDeletionState(R53HostedZoneDeletionState).
r53HostedZoneDeletionState - a consumer that will call methods on R53HostedZoneDeletionState.Builderr53HostedZoneDeletionState(R53HostedZoneDeletionState)Copyright © 2023. All rights reserved.