Interface TimeRange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TimeRange.Builder,
,TimeRange> SdkBuilder<TimeRange.Builder,
,TimeRange> SdkPojo
- Enclosing class:
TimeRange
public static interface TimeRange.Builder
extends SdkPojo, CopyableBuilder<TimeRange.Builder,TimeRange>
-
Method Summary
Modifier and TypeMethodDescriptionThe Unix timestamp for the end of the time range.The Unix timestamp for the beginning of the time range.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
-
startTime
The Unix timestamp for the beginning of the time range.
- Parameters:
startTime
- The Unix timestamp for the beginning of the time range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The Unix timestamp for the end of the time range.
- Parameters:
endTime
- The Unix timestamp for the end of the time range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-