public static interface CreateQueryLoggingConfigRequest.Builder extends Route53Request.Builder, CopyableBuilder<CreateQueryLoggingConfigRequest.Builder,CreateQueryLoggingConfigRequest>
Modifier and Type | Method and Description |
---|---|
CreateQueryLoggingConfigRequest.Builder |
cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to.
|
CreateQueryLoggingConfigRequest.Builder |
hostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to log queries for.
|
CreateQueryLoggingConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateQueryLoggingConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
CreateQueryLoggingConfigRequest.Builder hostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to log queries for. You can log queries only for public hosted zones.
hostedZoneId
- The ID of the hosted zone that you want to log queries for. You can log queries only for public hosted
zones.CreateQueryLoggingConfigRequest.Builder cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to. This is the format of the ARN:
arn:aws:logs:region:account-id:log-group:log_group_name
To get the ARN for a log group, you can use the CloudWatch console, the DescribeLogGroups API action, the describe-log-groups command, or the applicable command in one of the AWS SDKs.
cloudWatchLogsLogGroupArn
- The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs
to. This is the format of the ARN:
arn:aws:logs:region:account-id:log-group:log_group_name
To get the ARN for a log group, you can use the CloudWatch console, the DescribeLogGroups API action, the describe-log-groups command, or the applicable command in one of the AWS SDKs.
CreateQueryLoggingConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateQueryLoggingConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.