public static interface DnsConfigChange.Builder extends SdkPojo, CopyableBuilder<DnsConfigChange.Builder,DnsConfigChange>
| Modifier and Type | Method and Description |
|---|---|
DnsConfigChange.Builder |
dnsRecords(Collection<DnsRecord> dnsRecords)
An array that contains one
DnsRecord object for each Route 53 record that you want Cloud Map to
create when you register an instance. |
DnsConfigChange.Builder |
dnsRecords(Consumer<DnsRecord.Builder>... dnsRecords)
An array that contains one
DnsRecord object for each Route 53 record that you want Cloud Map to
create when you register an instance. |
DnsConfigChange.Builder |
dnsRecords(DnsRecord... dnsRecords)
An array that contains one
DnsRecord object for each Route 53 record that you want Cloud Map to
create when you register an instance. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDnsConfigChange.Builder dnsRecords(Collection<DnsRecord> dnsRecords)
An array that contains one DnsRecord object for each Route 53 record that you want Cloud Map to
create when you register an instance.
dnsRecords - An array that contains one DnsRecord object for each Route 53 record that you want Cloud
Map to create when you register an instance.DnsConfigChange.Builder dnsRecords(DnsRecord... dnsRecords)
An array that contains one DnsRecord object for each Route 53 record that you want Cloud Map to
create when you register an instance.
dnsRecords - An array that contains one DnsRecord object for each Route 53 record that you want Cloud
Map to create when you register an instance.DnsConfigChange.Builder dnsRecords(Consumer<DnsRecord.Builder>... dnsRecords)
An array that contains one DnsRecord object for each Route 53 record that you want Cloud Map to
create when you register an instance.
DnsRecord.Builder avoiding the need to create
one manually via DnsRecord.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #dnsRecords(List.
dnsRecords - a consumer that will call methods on
DnsRecord.Builder#dnsRecords(java.util.Collection) Copyright © 2023. All rights reserved.