public static interface ServiceResourceCost.Builder extends SdkPojo, CopyableBuilder<ServiceResourceCost.Builder,ServiceResourceCost>
| Modifier and Type | Method and Description |
|---|---|
ServiceResourceCost.Builder |
cost(Double cost)
The total estimated monthly cost to analyze the active resources for this resource.
|
ServiceResourceCost.Builder |
count(Integer count)
The number of active resources analyzed for this service to create a monthly cost estimate.
|
ServiceResourceCost.Builder |
state(CostEstimationServiceResourceState state)
The state of the resource.
|
ServiceResourceCost.Builder |
state(String state)
The state of the resource.
|
ServiceResourceCost.Builder |
type(String type)
The type of the Amazon Web Services resource.
|
ServiceResourceCost.Builder |
unitCost(Double unitCost)
The price per hour to analyze the resources in the service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceResourceCost.Builder type(String type)
The type of the Amazon Web Services resource.
type - The type of the Amazon Web Services resource.ServiceResourceCost.Builder state(String state)
The state of the resource. The resource is ACTIVE if it produces metrics, events, or logs within
an hour, otherwise it is INACTIVE. You pay for the number of active Amazon Web Services resource
hours analyzed for each resource. Inactive resources are not charged.
state - The state of the resource. The resource is ACTIVE if it produces metrics, events, or logs
within an hour, otherwise it is INACTIVE. You pay for the number of active Amazon Web
Services resource hours analyzed for each resource. Inactive resources are not charged.CostEstimationServiceResourceState,
CostEstimationServiceResourceStateServiceResourceCost.Builder state(CostEstimationServiceResourceState state)
The state of the resource. The resource is ACTIVE if it produces metrics, events, or logs within
an hour, otherwise it is INACTIVE. You pay for the number of active Amazon Web Services resource
hours analyzed for each resource. Inactive resources are not charged.
state - The state of the resource. The resource is ACTIVE if it produces metrics, events, or logs
within an hour, otherwise it is INACTIVE. You pay for the number of active Amazon Web
Services resource hours analyzed for each resource. Inactive resources are not charged.CostEstimationServiceResourceState,
CostEstimationServiceResourceStateServiceResourceCost.Builder count(Integer count)
The number of active resources analyzed for this service to create a monthly cost estimate.
count - The number of active resources analyzed for this service to create a monthly cost estimate.ServiceResourceCost.Builder unitCost(Double unitCost)
The price per hour to analyze the resources in the service. For more information, see Estimate your Amazon DevOps Guru costs and Amazon DevOps Guru pricing.
unitCost - The price per hour to analyze the resources in the service. For more information, see Estimate your
Amazon DevOps Guru costs and Amazon DevOps
Guru pricing.ServiceResourceCost.Builder cost(Double cost)
The total estimated monthly cost to analyze the active resources for this resource.
cost - The total estimated monthly cost to analyze the active resources for this resource.Copyright © 2023. All rights reserved.