Uses of Interface
software.amazon.awssdk.services.route53.model.QueryLoggingConfig.Builder
Packages that use QueryLoggingConfig.Builder
-
Uses of QueryLoggingConfig.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return QueryLoggingConfig.BuilderModifier and TypeMethodDescriptionstatic QueryLoggingConfig.BuilderQueryLoggingConfig.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.hostedZoneId(String hostedZoneId) The ID of the hosted zone that CloudWatch Logs is logging queries for.The ID for a configuration for DNS query logging.QueryLoggingConfig.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type QueryLoggingConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends QueryLoggingConfig.Builder>QueryLoggingConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type QueryLoggingConfig.BuilderModifier and TypeMethodDescriptionCreateQueryLoggingConfigResponse.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.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.