public static interface HostedZoneConfig.Builder extends CopyableBuilder<HostedZoneConfig.Builder,HostedZoneConfig>
| Modifier and Type | Method and Description |
|---|---|
HostedZoneConfig.Builder |
comment(String comment)
Any comments that you want to include about the hosted zone.
|
HostedZoneConfig.Builder |
privateZone(Boolean privateZone)
A value that indicates whether this is a private hosted zone.
|
copyapply, buildHostedZoneConfig.Builder comment(String comment)
Any comments that you want to include about the hosted zone.
comment - Any comments that you want to include about the hosted zone.HostedZoneConfig.Builder privateZone(Boolean privateZone)
A value that indicates whether this is a private hosted zone.
privateZone - A value that indicates whether this is a private hosted zone.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.