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
Modifier and TypeMethodDescriptionThe end time of the cost estimation.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 Details
-
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
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.
-