public static interface PublicDnsPropertiesMutable.Builder extends SdkPojo, CopyableBuilder<PublicDnsPropertiesMutable.Builder,PublicDnsPropertiesMutable>
| Modifier and Type | Method and Description |
|---|---|
default PublicDnsPropertiesMutable.Builder |
soa(Consumer<SOA.Builder> soa)
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
PublicDnsPropertiesMutable.Builder |
soa(SOA soa)
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPublicDnsPropertiesMutable.Builder soa(SOA soa)
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
soa - Start of Authority (SOA) record for the hosted zone for the public DNS namespace.default PublicDnsPropertiesMutable.Builder soa(Consumer<SOA.Builder> soa)
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
This is a convenience method that creates an instance of theSOA.Builder avoiding the need to create
one manually via SOA.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to soa(SOA).
soa - a consumer that will call methods on SOA.Buildersoa(SOA)Copyright © 2023. All rights reserved.