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