static GetCostEstimationResponse.Builder |
GetCostEstimationResponse.builder() |
|
GetCostEstimationResponse.Builder |
GetCostEstimationResponse.Builder.costs(Collection<ServiceResourceCost> costs) |
An array of ResourceCost objects that each contains details about the monthly cost estimate to
analyze one of your Amazon Web Services resources.
|
GetCostEstimationResponse.Builder |
GetCostEstimationResponse.Builder.costs(Consumer<ServiceResourceCost.Builder>... costs) |
An array of ResourceCost objects that each contains details about the monthly cost estimate to
analyze one of your Amazon Web Services resources.
|
GetCostEstimationResponse.Builder |
GetCostEstimationResponse.Builder.costs(ServiceResourceCost... costs) |
An array of ResourceCost objects that each contains details about the monthly cost estimate to
analyze one of your Amazon Web Services resources.
|
GetCostEstimationResponse.Builder |
GetCostEstimationResponse.Builder.nextToken(String nextToken) |
The pagination token to use to retrieve the next page of results for this operation.
|
default GetCostEstimationResponse.Builder |
GetCostEstimationResponse.Builder.resourceCollection(Consumer<CostEstimationResourceCollectionFilter.Builder> resourceCollection) |
The collection of the Amazon Web Services resources used to create your monthly DevOps Guru cost estimate.
|
GetCostEstimationResponse.Builder |
GetCostEstimationResponse.Builder.resourceCollection(CostEstimationResourceCollectionFilter resourceCollection) |
The collection of the Amazon Web Services resources used to create your monthly DevOps Guru cost estimate.
|
GetCostEstimationResponse.Builder |
GetCostEstimationResponse.Builder.status(String status) |
The status of creating this cost estimate.
|
GetCostEstimationResponse.Builder |
GetCostEstimationResponse.Builder.status(CostEstimationStatus status) |
The status of creating this cost estimate.
|
default GetCostEstimationResponse.Builder |
GetCostEstimationResponse.Builder.timeRange(Consumer<CostEstimationTimeRange.Builder> timeRange) |
The start and end time of the cost estimation.
|
GetCostEstimationResponse.Builder |
GetCostEstimationResponse.Builder.timeRange(CostEstimationTimeRange timeRange) |
The start and end time of the cost estimation.
|
GetCostEstimationResponse.Builder |
GetCostEstimationResponse.toBuilder() |
|
GetCostEstimationResponse.Builder |
GetCostEstimationResponse.Builder.totalCost(Double totalCost) |
The estimated monthly cost to analyze the Amazon Web Services resources.
|