Uses of Interface
software.amazon.awssdk.services.route53.model.QueryLoggingConfig.Builder
-
Packages that use QueryLoggingConfig.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of QueryLoggingConfig.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return QueryLoggingConfig.Builder Modifier and Type Method Description static QueryLoggingConfig.BuilderQueryLoggingConfig. builder()QueryLoggingConfig.BuilderQueryLoggingConfig.Builder. cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.QueryLoggingConfig.BuilderQueryLoggingConfig.Builder. hostedZoneId(String hostedZoneId)The ID of the hosted zone that CloudWatch Logs is logging queries for.QueryLoggingConfig.BuilderQueryLoggingConfig.Builder. id(String id)The ID for a configuration for DNS query logging.QueryLoggingConfig.BuilderQueryLoggingConfig. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type QueryLoggingConfig.Builder Modifier and Type Method Description static Class<? extends QueryLoggingConfig.Builder>QueryLoggingConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type QueryLoggingConfig.Builder Modifier and Type Method Description default CreateQueryLoggingConfigResponse.BuilderCreateQueryLoggingConfigResponse.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.default GetQueryLoggingConfigResponse.BuilderGetQueryLoggingConfigResponse.Builder. queryLoggingConfig(Consumer<QueryLoggingConfig.Builder> queryLoggingConfig)A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.
-