public static interface GetWorkUnitResultsRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<GetWorkUnitResultsRequest.Builder,GetWorkUnitResultsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetWorkUnitResultsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetWorkUnitResultsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetWorkUnitResultsRequest.Builder |
queryId(String queryId)
The ID of the plan query operation for which to get results.
|
GetWorkUnitResultsRequest.Builder |
workUnitId(Long workUnitId)
The work unit ID for which to get results.
|
GetWorkUnitResultsRequest.Builder |
workUnitToken(String workUnitToken)
A work token used to query the execution service.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkUnitResultsRequest.Builder queryId(String queryId)
The ID of the plan query operation for which to get results.
queryId - The ID of the plan query operation for which to get results.GetWorkUnitResultsRequest.Builder workUnitId(Long workUnitId)
The work unit ID for which to get results. Value generated by enumerating WorkUnitIdMin to
WorkUnitIdMax (inclusive) from the WorkUnitRange in the output of
GetWorkUnits.
workUnitId - The work unit ID for which to get results. Value generated by enumerating WorkUnitIdMin
to WorkUnitIdMax (inclusive) from the WorkUnitRange in the output of
GetWorkUnits.GetWorkUnitResultsRequest.Builder workUnitToken(String workUnitToken)
A work token used to query the execution service. Token output from GetWorkUnits.
workUnitToken - A work token used to query the execution service. Token output from GetWorkUnits.GetWorkUnitResultsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetWorkUnitResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.