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.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetWorkUnitResultsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
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.-
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
WorkUnitIdMin
toWorkUnitIdMax
(inclusive) from theWorkUnitRange
in the output ofGetWorkUnits
.- Parameters:
workUnitId
- The work unit ID for which to get results. Value generated by enumeratingWorkUnitIdMin
toWorkUnitIdMax
(inclusive) from theWorkUnitRange
in 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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetWorkUnitResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-