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)
Sets the value of the R53HostedZoneDeletionState property for this object.
|
RegisteredDomainDelegationInfo.Builder |
r53HostedZoneDeletionState(R53HostedZoneDeletionState r53HostedZoneDeletionState)
Sets the value of the R53HostedZoneDeletionState property for this object.
|
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)
r53HostedZoneDeletionState - The new value for the R53HostedZoneDeletionState property for this object.default RegisteredDomainDelegationInfo.Builder r53HostedZoneDeletionState(Consumer<R53HostedZoneDeletionState.Builder> r53HostedZoneDeletionState)
R53HostedZoneDeletionState.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 © 2022. All rights reserved.