public static interface CreateQueryLoggingConfigResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<CreateQueryLoggingConfigResponse.Builder,CreateQueryLoggingConfigResponse>
| Modifier and Type | Method and Description | 
|---|---|
CreateQueryLoggingConfigResponse.Builder | 
location(String location)
 The unique URL representing the new query logging configuration. 
 | 
default 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. 
 | 
CreateQueryLoggingConfigResponse.Builder | 
queryLoggingConfig(QueryLoggingConfig 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. 
 | 
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateQueryLoggingConfigResponse.Builder queryLoggingConfig(QueryLoggingConfig 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.
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 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.
This is a convenience that creates an instance of theQueryLoggingConfig.Builder avoiding the need to
 create one manually via QueryLoggingConfig.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and its
 result is passed to queryLoggingConfig(QueryLoggingConfig).queryLoggingConfig - a consumer that will call methods on QueryLoggingConfig.BuilderqueryLoggingConfig(QueryLoggingConfig)CreateQueryLoggingConfigResponse.Builder location(String location)
The unique URL representing the new query logging configuration.
location - The unique URL representing the new query logging configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.