public static interface DnsEntry.Builder extends CopyableBuilder<DnsEntry.Builder,DnsEntry>
Modifier and Type | Method and Description |
---|---|
DnsEntry.Builder |
dnsName(String dnsName)
The DNS name.
|
DnsEntry.Builder |
hostedZoneId(String hostedZoneId)
The ID of the private hosted zone.
|
copy
applyMutation, build
DnsEntry.Builder dnsName(String dnsName)
The DNS name.
dnsName
- The DNS name.DnsEntry.Builder hostedZoneId(String hostedZoneId)
The ID of the private hosted zone.
hostedZoneId
- The ID of the private hosted zone.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.