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