Interface CostEstimationTimeRange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CostEstimationTimeRange.Builder,CostEstimationTimeRange>,SdkBuilder<CostEstimationTimeRange.Builder,CostEstimationTimeRange>,SdkPojo
- Enclosing class:
- CostEstimationTimeRange
public static interface CostEstimationTimeRange.Builder extends SdkPojo, CopyableBuilder<CostEstimationTimeRange.Builder,CostEstimationTimeRange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CostEstimationTimeRange.BuilderendTime(Instant endTime)The end time of the cost estimation.CostEstimationTimeRange.BuilderstartTime(Instant startTime)The start time of the cost estimation.-
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
CostEstimationTimeRange.Builder startTime(Instant startTime)
The start time of the cost estimation.
- Parameters:
startTime- The start time of the cost estimation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
CostEstimationTimeRange.Builder endTime(Instant endTime)
The end time of the cost estimation.
- Parameters:
endTime- The end time of the cost estimation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-