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 Details

    • 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.

      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 the Execute operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.