Interface PublicDnsPropertiesMutableChange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PublicDnsPropertiesMutableChange.Builder,
,PublicDnsPropertiesMutableChange> SdkBuilder<PublicDnsPropertiesMutableChange.Builder,
,PublicDnsPropertiesMutableChange> SdkPojo
- Enclosing class:
PublicDnsPropertiesMutableChange
public static interface PublicDnsPropertiesMutableChange.Builder
extends SdkPojo, CopyableBuilder<PublicDnsPropertiesMutableChange.Builder,PublicDnsPropertiesMutableChange>
-
Method Summary
Modifier and TypeMethodDescriptionsoa
(Consumer<SOAChange.Builder> soa) Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.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 Details
-
soa
Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
- Parameters:
soa
- Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
soa
Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
This is a convenience method that creates an instance of theSOAChange.Builder
avoiding the need to create one manually viaSOAChange.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosoa(SOAChange)
.- Parameters:
soa
- a consumer that will call methods onSOAChange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-