Interface RegisteredDomainDelegationInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredDomainDelegationInfo.Builder,RegisteredDomainDelegationInfo>,SdkBuilder<RegisteredDomainDelegationInfo.Builder,RegisteredDomainDelegationInfo>,SdkPojo
- Enclosing class:
- RegisteredDomainDelegationInfo
public static interface RegisteredDomainDelegationInfo.Builder extends SdkPojo, CopyableBuilder<RegisteredDomainDelegationInfo.Builder,RegisteredDomainDelegationInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RegisteredDomainDelegationInfo.BuildernameServersUpdateState(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.BuildernameServersUpdateState(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.Builderr53HostedZoneDeletionState(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.Builderr53HostedZoneDeletionState(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nameServersUpdateState
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.
- Parameters:
nameServersUpdateState- An object that describes the state of the name server records that are automatically added to the Route 53 domain by Lightsail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameServersUpdateState
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.Builderavoiding the need to create one manually viaNameServersUpdateState.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonameServersUpdateState(NameServersUpdateState).- Parameters:
nameServersUpdateState- a consumer that will call methods onNameServersUpdateState.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
nameServersUpdateState(NameServersUpdateState)
-
r53HostedZoneDeletionState
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
r53HostedZoneDeletionState
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.Builderavoiding the need to create one manually viaR53HostedZoneDeletionState.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tor53HostedZoneDeletionState(R53HostedZoneDeletionState).- Parameters:
r53HostedZoneDeletionState- a consumer that will call methods onR53HostedZoneDeletionState.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
r53HostedZoneDeletionState(R53HostedZoneDeletionState)
-
-