public static interface GetWorkUnitsRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<GetWorkUnitsRequest.Builder,GetWorkUnitsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetWorkUnitsRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is a continuation call.
|
GetWorkUnitsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetWorkUnitsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetWorkUnitsRequest.Builder |
pageSize(Integer pageSize)
The size of each page to get in the Amazon Web Services service call.
|
GetWorkUnitsRequest.Builder |
queryId(String queryId)
The ID of the plan query operation.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkUnitsRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.GetWorkUnitsRequest.Builder pageSize(Integer pageSize)
The size of each page to get in the Amazon Web Services service call. This does not affect the number of items returned in the command's output. Setting a smaller page size results in more calls to the Amazon Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web Services service calls from timing out.
pageSize - The size of each page to get in the Amazon Web Services service call. This does not affect the number
of items returned in the command's output. Setting a smaller page size results in more calls to the
Amazon Web Services service, retrieving fewer items in each call. This can help prevent the Amazon Web
Services service calls from timing out.GetWorkUnitsRequest.Builder queryId(String queryId)
The ID of the plan query operation.
queryId - The ID of the plan query operation.GetWorkUnitsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetWorkUnitsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.