Class CfnHostedZone.QueryLoggingConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.route53.CfnHostedZone.QueryLoggingConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHostedZone.QueryLoggingConfigProperty>
- Enclosing interface:
- CfnHostedZone.QueryLoggingConfigProperty
@Stability(Stable)
public static final class CfnHostedZone.QueryLoggingConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHostedZone.QueryLoggingConfigProperty>
A builder for
CfnHostedZone.QueryLoggingConfigProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.cloudWatchLogsLogGroupArn
(String cloudWatchLogsLogGroupArn) Sets the value ofCfnHostedZone.QueryLoggingConfigProperty.getCloudWatchLogsLogGroupArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cloudWatchLogsLogGroupArn
@Stability(Stable) public CfnHostedZone.QueryLoggingConfigProperty.Builder cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn) Sets the value ofCfnHostedZone.QueryLoggingConfigProperty.getCloudWatchLogsLogGroupArn()
- Parameters:
cloudWatchLogsLogGroupArn
- The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnHostedZone.QueryLoggingConfigProperty>
- Returns:
- a new instance of
CfnHostedZone.QueryLoggingConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-