| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static HostedZoneSummary.Builder |
HostedZoneSummary.builder() |
HostedZoneSummary.Builder |
HostedZoneSummary.Builder.hostedZoneId(String hostedZoneId)
The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.
|
HostedZoneSummary.Builder |
HostedZoneSummary.Builder.name(String name)
The name of the private hosted zone, such as
example.com. |
default HostedZoneSummary.Builder |
HostedZoneSummary.Builder.owner(Consumer<HostedZoneOwner.Builder> owner)
The owner of a private hosted zone that the specified VPC is associated with.
|
HostedZoneSummary.Builder |
HostedZoneSummary.Builder.owner(HostedZoneOwner owner)
The owner of a private hosted zone that the specified VPC is associated with.
|
HostedZoneSummary.Builder |
HostedZoneSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HostedZoneSummary.Builder> |
HostedZoneSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.