Interface Range.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Range.Builder,Range>,SdkBuilder<Range.Builder,Range>,SdkPojo
- Enclosing class:
- Range
public static interface Range.Builder extends SdkPojo, CopyableBuilder<Range.Builder,Range>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Range.Builderunit(String unit)The unit of time.Range.Builderunit(Unit unit)The unit of time.Range.Buildervalue(Integer value)The amount of time of the specified unit.-
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, sdkFields
-
-
-
-
Method Detail
-
value
Range.Builder value(Integer value)
The amount of time of the specified unit.
- Parameters:
value- The amount of time of the specified unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
Range.Builder unit(String unit)
The unit of time.
-
unit
Range.Builder unit(Unit unit)
The unit of time.
-
-