static ServiceResourceCost.Builder |
ServiceResourceCost.builder() |
|
ServiceResourceCost.Builder |
ServiceResourceCost.Builder.cost(Double cost) |
The total estimated monthly cost to analyze the active resources for this resource.
|
ServiceResourceCost.Builder |
ServiceResourceCost.Builder.count(Integer count) |
The number of active resources analyzed for this service to create a monthly cost estimate.
|
ServiceResourceCost.Builder |
ServiceResourceCost.Builder.state(String state) |
The state of the resource.
|
ServiceResourceCost.Builder |
ServiceResourceCost.Builder.state(CostEstimationServiceResourceState state) |
The state of the resource.
|
ServiceResourceCost.Builder |
ServiceResourceCost.toBuilder() |
|
ServiceResourceCost.Builder |
ServiceResourceCost.Builder.type(String type) |
The type of the Amazon Web Services resource.
|
ServiceResourceCost.Builder |
ServiceResourceCost.Builder.unitCost(Double unitCost) |
The price per hour to analyze the resources in the service.
|