Interface StartQueryPlanningResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartQueryPlanningResponse.Builder,StartQueryPlanningResponse>,LakeFormationResponse.Builder,SdkBuilder<StartQueryPlanningResponse.Builder,StartQueryPlanningResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartQueryPlanningResponse
public static interface StartQueryPlanningResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<StartQueryPlanningResponse.Builder,StartQueryPlanningResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartQueryPlanningResponse.BuilderqueryId(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
queryId
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. The ID is also used to get the query state and as an input to the
Executeoperation.- Parameters:
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 theExecuteoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-