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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PredictionTimeRange.BuilderendTime(String endTime)The end time of the time period for when the predictions were generated.PredictionTimeRange.BuilderstartTime(String startTime)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 Detail
-
startTime
PredictionTimeRange.Builder startTime(String 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
PredictionTimeRange.Builder endTime(String 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.
-
-