public static interface GetQueryRuntimeStatisticsResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<GetQueryRuntimeStatisticsResponse.Builder,GetQueryRuntimeStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetQueryRuntimeStatisticsResponse.Builder |
queryRuntimeStatistics(Consumer<QueryRuntimeStatistics.Builder> queryRuntimeStatistics)
Runtime statistics about the query execution.
|
GetQueryRuntimeStatisticsResponse.Builder |
queryRuntimeStatistics(QueryRuntimeStatistics queryRuntimeStatistics)
Runtime statistics about the query execution.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetQueryRuntimeStatisticsResponse.Builder queryRuntimeStatistics(QueryRuntimeStatistics queryRuntimeStatistics)
Runtime statistics about the query execution.
queryRuntimeStatistics - Runtime statistics about the query execution.default GetQueryRuntimeStatisticsResponse.Builder queryRuntimeStatistics(Consumer<QueryRuntimeStatistics.Builder> queryRuntimeStatistics)
Runtime statistics about the query execution.
This is a convenience method that creates an instance of theQueryRuntimeStatistics.Builder avoiding
the need to create one manually via QueryRuntimeStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to queryRuntimeStatistics(QueryRuntimeStatistics).
queryRuntimeStatistics - a consumer that will call methods on QueryRuntimeStatistics.BuilderqueryRuntimeStatistics(QueryRuntimeStatistics)Copyright © 2023. All rights reserved.