@Stability(value=Stable) public static final class PrivateHostedZone.Builder extends Object implements software.amazon.jsii.Builder<PrivateHostedZone>
PrivateHostedZone.| Modifier and Type | Method and Description |
|---|---|
PrivateHostedZone |
build() |
PrivateHostedZone.Builder |
comment(String comment)
Any comments that you want to include about the hosted zone.
|
static PrivateHostedZone.Builder |
create(software.constructs.Construct scope,
String id) |
PrivateHostedZone.Builder |
queryLogsLogGroupArn(String queryLogsLogGroupArn)
The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.
|
PrivateHostedZone.Builder |
vpc(IVpc vpc)
A VPC that you want to associate with this hosted zone.
|
PrivateHostedZone.Builder |
zoneName(String zoneName)
The name of the domain.
|
@Stability(value=Stable) public static PrivateHostedZone.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.PrivateHostedZone.Builder.@Stability(value=Stable) public PrivateHostedZone.Builder zoneName(String zoneName)
For resource record types that include a domain name, specify a fully qualified domain name.
zoneName - The name of the domain. This parameter is required.this@Stability(value=Stable) public PrivateHostedZone.Builder comment(String comment)
Default: none
comment - Any comments that you want to include about the hosted zone. This parameter is required.this@Stability(value=Stable) public PrivateHostedZone.Builder queryLogsLogGroupArn(String queryLogsLogGroupArn)
Default: disabled
queryLogsLogGroupArn - The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to. This parameter is required.this@Stability(value=Stable) public PrivateHostedZone.Builder vpc(IVpc vpc)
Private hosted zones must be associated with at least one VPC. You can
associated additional VPCs using addVpc(vpc).
vpc - A VPC that you want to associate with this hosted zone. This parameter is required.this@Stability(value=Stable) public PrivateHostedZone build()
build in interface software.amazon.jsii.Builder<PrivateHostedZone>Copyright © 2022. All rights reserved.