public static interface StartQueryPlanningResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<StartQueryPlanningResponse.Builder,StartQueryPlanningResponse>
| Modifier and Type | Method and Description |
|---|---|
StartQueryPlanningResponse.Builder |
queryId(String queryId)
The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as
the result of the operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartQueryPlanningResponse.Builder queryId(String queryId)
The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as
the result of the operation. The ID is also used to get the query state and as an input to the
Execute operation.
queryId - The ID of the plan query operation can be used to fetch the actual work unit descriptors that are
produced as the result of the operation. The ID is also used to get the query state and as an input to
the Execute operation.Copyright © 2022. All rights reserved.