| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static QueryLoggingConfig.Builder |
QueryLoggingConfig.builder() |
QueryLoggingConfig.Builder |
QueryLoggingConfig.Builder.cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.
|
QueryLoggingConfig.Builder |
QueryLoggingConfig.Builder.hostedZoneId(String hostedZoneId)
The ID of the hosted zone that CloudWatch Logs is logging queries for.
|
QueryLoggingConfig.Builder |
QueryLoggingConfig.Builder.id(String id)
The ID for a configuration for DNS query logging.
|
QueryLoggingConfig.Builder |
QueryLoggingConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends QueryLoggingConfig.Builder> |
QueryLoggingConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetQueryLoggingConfigResponse.Builder |
GetQueryLoggingConfigResponse.Builder.queryLoggingConfig(Consumer<QueryLoggingConfig.Builder> queryLoggingConfig)
A complex type that contains information about the query logging configuration that you specified in a
GetQueryLoggingConfig request.
|
default CreateQueryLoggingConfigResponse.Builder |
CreateQueryLoggingConfigResponse.Builder.queryLoggingConfig(Consumer<QueryLoggingConfig.Builder> queryLoggingConfig)
A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you
want to log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.
|
Copyright © 2020. All rights reserved.