public static interface WorkUnitRange.Builder extends SdkPojo, CopyableBuilder<WorkUnitRange.Builder,WorkUnitRange>
| Modifier and Type | Method and Description |
|---|---|
WorkUnitRange.Builder |
workUnitIdMax(Long workUnitIdMax)
Defines the maximum work unit ID in the range.
|
WorkUnitRange.Builder |
workUnitIdMin(Long workUnitIdMin)
Defines the minimum work unit ID in the range.
|
WorkUnitRange.Builder |
workUnitToken(String workUnitToken)
A work token used to query the execution service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkUnitRange.Builder workUnitIdMax(Long workUnitIdMax)
Defines the maximum work unit ID in the range. The maximum value is inclusive.
workUnitIdMax - Defines the maximum work unit ID in the range. The maximum value is inclusive.WorkUnitRange.Builder workUnitIdMin(Long workUnitIdMin)
Defines the minimum work unit ID in the range.
workUnitIdMin - Defines the minimum work unit ID in the range.WorkUnitRange.Builder workUnitToken(String workUnitToken)
A work token used to query the execution service.
workUnitToken - A work token used to query the execution service.Copyright © 2023. All rights reserved.