public static interface Range.Builder extends SdkPojo, CopyableBuilder<Range.Builder,Range>
| Modifier and Type | Method and Description |
|---|---|
Range.Builder |
unit(String unit)
The unit of time.
|
Range.Builder |
unit(Unit unit)
The unit of time.
|
Range.Builder |
value(Integer value)
The amount of time of the specified unit.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRange.Builder value(Integer value)
The amount of time of the specified unit.
value - The amount of time of the specified unit.Range.Builder unit(String unit)
The unit of time.
Range.Builder unit(Unit unit)
The unit of time.
Copyright © 2023. All rights reserved.