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