Interface WorkUnitRange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkUnitRange.Builder,
,WorkUnitRange> SdkBuilder<WorkUnitRange.Builder,
,WorkUnitRange> SdkPojo
- Enclosing class:
WorkUnitRange
@Mutable
@NotThreadSafe
public static interface WorkUnitRange.Builder
extends SdkPojo, CopyableBuilder<WorkUnitRange.Builder,WorkUnitRange>
-
Method Summary
Modifier and TypeMethodDescriptionworkUnitIdMax
(Long workUnitIdMax) Defines the maximum work unit ID in the range.workUnitIdMin
(Long workUnitIdMin) Defines the minimum work unit ID in the range.workUnitToken
(String workUnitToken) A work token used to query the execution service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
workUnitIdMax
Defines the maximum work unit ID in the range. The maximum value is inclusive.
- Parameters:
workUnitIdMax
- Defines the maximum work unit ID in the range. The maximum value is inclusive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workUnitIdMin
Defines the minimum work unit ID in the range.
- Parameters:
workUnitIdMin
- Defines the minimum work unit ID in the range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workUnitToken
A work token used to query the execution service.
- Parameters:
workUnitToken
- A work token used to query the execution service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-