| 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 AWS account, or was created by an AWS 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 AWS 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 © 2021. All rights reserved.