public static interface GetQueryLoggingConfigResponse.Builder extends Route53Response.Builder, CopyableBuilder<GetQueryLoggingConfigResponse.Builder,GetQueryLoggingConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default 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.
|
GetQueryLoggingConfigResponse.Builder |
queryLoggingConfig(QueryLoggingConfig queryLoggingConfig)
A complex type that contains information about the query logging configuration that you specified in a
GetQueryLoggingConfig request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetQueryLoggingConfigResponse.Builder queryLoggingConfig(QueryLoggingConfig queryLoggingConfig)
A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.
queryLoggingConfig - A complex type that contains information about the query logging configuration that you specified in a
GetQueryLoggingConfig request.default 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.
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)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.