| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static HostedZoneConfig.Builder |
HostedZoneConfig.builder() |
HostedZoneConfig.Builder |
HostedZoneConfig.Builder.comment(String comment)
Any comments that you want to include about the hosted zone.
|
HostedZoneConfig.Builder |
HostedZoneConfig.Builder.privateZone(Boolean privateZone)
A value that indicates whether this is a private hosted zone.
|
HostedZoneConfig.Builder |
HostedZoneConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HostedZoneConfig.Builder> |
HostedZoneConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HostedZone.Builder |
HostedZone.Builder.config(Consumer<HostedZoneConfig.Builder> config)
A complex type that includes the
Comment and PrivateZone elements. |
default CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.hostedZoneConfig(Consumer<HostedZoneConfig.Builder> hostedZoneConfig)
(Optional) A complex type that contains the following optional values:
|
Copyright © 2022. All rights reserved.