public static interface PublicDnsPropertiesMutableChange.Builder extends SdkPojo, CopyableBuilder<PublicDnsPropertiesMutableChange.Builder,PublicDnsPropertiesMutableChange>
| Modifier and Type | Method and Description |
|---|---|
default PublicDnsPropertiesMutableChange.Builder |
soa(Consumer<SOAChange.Builder> soa)
Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
PublicDnsPropertiesMutableChange.Builder |
soa(SOAChange soa)
Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPublicDnsPropertiesMutableChange.Builder soa(SOAChange soa)
Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
soa - Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS
namespace.default PublicDnsPropertiesMutableChange.Builder soa(Consumer<SOAChange.Builder> 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 via SOAChange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to soa(SOAChange).
soa - a consumer that will call methods on SOAChange.Buildersoa(SOAChange)Copyright © 2023. All rights reserved.