Interface RegisteredDomainDelegationInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredDomainDelegationInfo.Builder,,RegisteredDomainDelegationInfo> SdkBuilder<RegisteredDomainDelegationInfo.Builder,,RegisteredDomainDelegationInfo> SdkPojo
- Enclosing class:
RegisteredDomainDelegationInfo
-
Method Summary
Modifier and TypeMethodDescriptionnameServersUpdateState(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.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.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.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-