@Generated(value="software.amazon.awssdk:codegen") public final class DnsConfigChange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DnsConfigChange.Builder,DnsConfigChange>
A complex type that contains information about changes to the Route 53 DNS records that AWS Cloud Map creates when you register an instance.
Modifier and Type | Class and Description |
---|---|
static interface |
DnsConfigChange.Builder |
Modifier and Type | Method and Description |
---|---|
static DnsConfigChange.Builder |
builder() |
List<DnsRecord> |
dnsRecords()
An array that contains one
DnsRecord object for each Route 53 record that you want AWS Cloud Map to
create when you register an instance. |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DnsConfigChange.Builder> |
serializableBuilderClass() |
DnsConfigChange.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<DnsRecord> dnsRecords()
An array that contains one DnsRecord
object for each Route 53 record that you want AWS Cloud Map to
create when you register an instance.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
DnsRecord
object for each Route 53 record that you want AWS Cloud
Map to create when you register an instance.public DnsConfigChange.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DnsConfigChange.Builder,DnsConfigChange>
public static DnsConfigChange.Builder builder()
public static Class<? extends DnsConfigChange.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.