| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static HostedZoneOwner.Builder |
HostedZoneOwner.builder() |
HostedZoneOwner.Builder |
HostedZoneOwner.Builder.owningAccount(String owningAccount)
If the hosted zone was created by an Amazon Web Services account, or was created by an Amazon Web Services
service that creates hosted zones using the current account,
OwningAccount contains the account
ID of that account. |
HostedZoneOwner.Builder |
HostedZoneOwner.Builder.owningService(String owningService)
If an Amazon Web Services service uses its own account to create a hosted zone and associate the specified
VPC with that hosted zone,
OwningService contains an abbreviation that identifies the service. |
HostedZoneOwner.Builder |
HostedZoneOwner.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HostedZoneOwner.Builder> |
HostedZoneOwner.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HostedZoneSummary.Builder |
HostedZoneSummary.Builder.owner(Consumer<HostedZoneOwner.Builder> owner)
The owner of a private hosted zone that the specified VPC is associated with.
|
Copyright © 2022. All rights reserved.