Uses of Interface
software.amazon.awssdk.services.lakeformation.model.WorkUnitRange.Builder
-
Packages that use WorkUnitRange.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of WorkUnitRange.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return WorkUnitRange.Builder Modifier and Type Method Description static WorkUnitRange.BuilderWorkUnitRange. builder()WorkUnitRange.BuilderWorkUnitRange. toBuilder()WorkUnitRange.BuilderWorkUnitRange.Builder. workUnitIdMax(Long workUnitIdMax)Defines the maximum work unit ID in the range.WorkUnitRange.BuilderWorkUnitRange.Builder. workUnitIdMin(Long workUnitIdMin)Defines the minimum work unit ID in the range.WorkUnitRange.BuilderWorkUnitRange.Builder. workUnitToken(String workUnitToken)A work token used to query the execution service.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type WorkUnitRange.Builder Modifier and Type Method Description static Class<? extends WorkUnitRange.Builder>WorkUnitRange. serializableBuilderClass()
-