Interface CostEstimationTimeRange.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CostEstimationTimeRange.Builder,,- CostEstimationTimeRange> - SdkBuilder<CostEstimationTimeRange.Builder,,- CostEstimationTimeRange> - SdkPojo
- Enclosing class:
- CostEstimationTimeRange
@Mutable
@NotThreadSafe
public static interface CostEstimationTimeRange.Builder
extends SdkPojo, CopyableBuilder<CostEstimationTimeRange.Builder,CostEstimationTimeRange> 
- 
Method SummaryModifier and TypeMethodDescriptionThe end time of the cost estimation.The start time of the cost estimation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
startTimeThe 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.
 
- 
endTimeThe 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.
 
 
-