Uses of Interface
software.amazon.awssdk.services.route53.model.CreateQueryLoggingConfigRequest.Builder
Packages that use CreateQueryLoggingConfigRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of CreateQueryLoggingConfigRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type CreateQueryLoggingConfigRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.createQueryLoggingConfig(Consumer<CreateQueryLoggingConfigRequest.Builder> createQueryLoggingConfigRequest) Creates a configuration for DNS query logging.default CreateQueryLoggingConfigResponseRoute53Client.createQueryLoggingConfig(Consumer<CreateQueryLoggingConfigRequest.Builder> createQueryLoggingConfigRequest) Creates a configuration for DNS query logging. -
Uses of CreateQueryLoggingConfigRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return CreateQueryLoggingConfigRequest.BuilderModifier and TypeMethodDescriptionCreateQueryLoggingConfigRequest.builder()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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateQueryLoggingConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateQueryLoggingConfigRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type CreateQueryLoggingConfigRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateQueryLoggingConfigRequest.Builder>CreateQueryLoggingConfigRequest.serializableBuilderClass()