public static interface GetWorkUnitsResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<GetWorkUnitsResponse.Builder,GetWorkUnitsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetWorkUnitsResponse.Builder |
nextToken(String nextToken)
A continuation token for paginating the returned list of tokens, returned if the current segment of the list
is not the last.
|
GetWorkUnitsResponse.Builder |
queryId(String queryId)
The ID of the plan query operation.
|
GetWorkUnitsResponse.Builder |
workUnitRanges(Collection<WorkUnitRange> workUnitRanges)
A
WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the
execution service. |
GetWorkUnitsResponse.Builder |
workUnitRanges(Consumer<WorkUnitRange.Builder>... workUnitRanges)
A
WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the
execution service. |
GetWorkUnitsResponse.Builder |
workUnitRanges(WorkUnitRange... workUnitRanges)
A
WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the
execution service. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkUnitsResponse.Builder nextToken(String nextToken)
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
nextToken - A continuation token for paginating the returned list of tokens, returned if the current segment of
the list is not the last.GetWorkUnitsResponse.Builder queryId(String queryId)
The ID of the plan query operation.
queryId - The ID of the plan query operation.GetWorkUnitsResponse.Builder workUnitRanges(Collection<WorkUnitRange> workUnitRanges)
A WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the
execution service.
workUnitRanges - A WorkUnitRangeList object that specifies the valid range of work unit IDs for querying
the execution service.GetWorkUnitsResponse.Builder workUnitRanges(WorkUnitRange... workUnitRanges)
A WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the
execution service.
workUnitRanges - A WorkUnitRangeList object that specifies the valid range of work unit IDs for querying
the execution service.GetWorkUnitsResponse.Builder workUnitRanges(Consumer<WorkUnitRange.Builder>... workUnitRanges)
A WorkUnitRangeList object that specifies the valid range of work unit IDs for querying the
execution service.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #workUnitRanges(List) .workUnitRanges - a consumer that will call methods on List.Builder #workUnitRanges(List) Copyright © 2022. All rights reserved.