Interface Range.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Range.Builder,
,Range> SdkBuilder<Range.Builder,
,Range> SdkPojo
- Enclosing class:
Range
-
Method Summary
Modifier and TypeMethodDescriptionThe unit of time.The unit of time.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 Details
-
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
The unit of time.
- Parameters:
unit
- The unit of time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
The unit of time.
- Parameters:
unit
- The unit of time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-