public static interface PrivateDnsPropertiesMutable.Builder extends SdkPojo, CopyableBuilder<PrivateDnsPropertiesMutable.Builder,PrivateDnsPropertiesMutable>
| Modifier and Type | Method and Description |
|---|---|
default PrivateDnsPropertiesMutable.Builder |
soa(Consumer<SOA.Builder> soa)
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
|
PrivateDnsPropertiesMutable.Builder |
soa(SOA soa)
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrivateDnsPropertiesMutable.Builder soa(SOA soa)
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.
soa - Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.default PrivateDnsPropertiesMutable.Builder soa(Consumer<SOA.Builder> soa)
Fields for the Start of Authority (SOA) record for the hosted zone for the private 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.