| Modifier and Type | Method and Description |
|---|---|
HostedZone.Builder |
HostedZone.Builder.comment(String comment)
Any comments that you want to include about the hosted zone.
|
static HostedZone.Builder |
HostedZone.Builder.create(software.constructs.Construct scope,
String id) |
HostedZone.Builder |
HostedZone.Builder.queryLogsLogGroupArn(String queryLogsLogGroupArn)
The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.
|
HostedZone.Builder |
HostedZone.Builder.vpcs(List<? extends IVpc> vpcs)
A VPC that you want to associate with this hosted zone.
|
HostedZone.Builder |
HostedZone.Builder.zoneName(String zoneName)
The name of the domain.
|
Copyright © 2022. All rights reserved.