Interface GetWorkUnitResultsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetWorkUnitResultsRequest.Builder,GetWorkUnitResultsRequest>,LakeFormationRequest.Builder,SdkBuilder<GetWorkUnitResultsRequest.Builder,GetWorkUnitResultsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetWorkUnitResultsRequest
public static interface GetWorkUnitResultsRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<GetWorkUnitResultsRequest.Builder,GetWorkUnitResultsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetWorkUnitResultsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetWorkUnitResultsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetWorkUnitResultsRequest.BuilderqueryId(String queryId)The ID of the plan query operation for which to get results.GetWorkUnitResultsRequest.BuilderworkUnitId(Long workUnitId)The work unit ID for which to get results.GetWorkUnitResultsRequest.BuilderworkUnitToken(String workUnitToken)A work token used to query the execution service.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
queryId
GetWorkUnitResultsRequest.Builder queryId(String queryId)
The ID of the plan query operation for which to get results.
- Parameters:
queryId- The ID of the plan query operation for which to get results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workUnitId
GetWorkUnitResultsRequest.Builder workUnitId(Long workUnitId)
The work unit ID for which to get results. Value generated by enumerating
WorkUnitIdMintoWorkUnitIdMax(inclusive) from theWorkUnitRangein the output ofGetWorkUnits.- Parameters:
workUnitId- The work unit ID for which to get results. Value generated by enumeratingWorkUnitIdMintoWorkUnitIdMax(inclusive) from theWorkUnitRangein the output ofGetWorkUnits.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workUnitToken
GetWorkUnitResultsRequest.Builder workUnitToken(String workUnitToken)
A work token used to query the execution service. Token output from
GetWorkUnits.- Parameters:
workUnitToken- A work token used to query the execution service. Token output fromGetWorkUnits.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetWorkUnitResultsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetWorkUnitResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-