public static interface GetQueryExecutionResponse.Builder extends AthenaResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.