@Stability(value=Stable) public static final class CommonHostedZoneProps.Builder extends Object implements software.amazon.jsii.Builder<CommonHostedZoneProps>
CommonHostedZoneProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CommonHostedZoneProps |
build()
Builds the configured instance.
|
CommonHostedZoneProps.Builder |
comment(String comment)
Sets the value of
CommonHostedZoneProps.getComment() |
CommonHostedZoneProps.Builder |
queryLogsLogGroupArn(String queryLogsLogGroupArn)
Sets the value of
CommonHostedZoneProps.getQueryLogsLogGroupArn() |
CommonHostedZoneProps.Builder |
zoneName(String zoneName)
Sets the value of
CommonHostedZoneProps.getZoneName() |
@Stability(value=Stable) public CommonHostedZoneProps.Builder zoneName(String zoneName)
CommonHostedZoneProps.getZoneName()zoneName - The name of the domain. This parameter is required.
For resource record types that include a domain
name, specify a fully qualified domain name.this@Stability(value=Stable) public CommonHostedZoneProps.Builder comment(String comment)
CommonHostedZoneProps.getComment()comment - Any comments that you want to include about the hosted zone.this@Stability(value=Stable) public CommonHostedZoneProps.Builder queryLogsLogGroupArn(String queryLogsLogGroupArn)
CommonHostedZoneProps.getQueryLogsLogGroupArn()queryLogsLogGroupArn - The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.this@Stability(value=Stable) public CommonHostedZoneProps build()
build in interface software.amazon.jsii.Builder<CommonHostedZoneProps>CommonHostedZonePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.