| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static CostEstimationTimeRange.Builder |
CostEstimationTimeRange.builder() |
CostEstimationTimeRange.Builder |
CostEstimationTimeRange.Builder.endTime(Instant endTime)
The end time of the cost estimation.
|
CostEstimationTimeRange.Builder |
CostEstimationTimeRange.Builder.startTime(Instant startTime)
The start time of the cost estimation.
|
CostEstimationTimeRange.Builder |
CostEstimationTimeRange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CostEstimationTimeRange.Builder> |
CostEstimationTimeRange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetCostEstimationResponse.Builder |
GetCostEstimationResponse.Builder.timeRange(Consumer<CostEstimationTimeRange.Builder> timeRange)
The start and end time of the cost estimation.
|
Copyright © 2023. All rights reserved.