static BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.builder() |
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.cost(Double cost) |
The estimated cost associated with this usage.
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.currency(String currency) |
The currency of the estimated cost.
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.currency(CurrencyCode currency) |
The currency of the estimated cost.
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.group(String group) |
The group identifier for the created usage estimate.
|
default BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.historicalUsage(Consumer<HistoricalUsageEntity.Builder> historicalUsage) |
Historical usage data associated with this estimate, if available.
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.historicalUsage(HistoricalUsageEntity historicalUsage) |
Historical usage data associated with this estimate, if available.
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.id(String id) |
The unique identifier assigned to the created usage estimate.
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.key(String key) |
The key of the successfully created entry.
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.location(String location) |
The location associated with this usage estimate.
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.operation(String operation) |
The specific operation associated with this usage estimate.
|
default BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.quantity(Consumer<WorkloadEstimateUsageQuantity.Builder> quantity) |
The estimated usage quantity.
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.quantity(WorkloadEstimateUsageQuantity quantity) |
The estimated usage quantity.
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.serviceCode(String serviceCode) |
The Amazon Web Services service code for this usage estimate.
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.status(String status) |
The current status of the created usage estimate.
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.status(WorkloadEstimateCostStatus status) |
The current status of the created usage estimate.
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.toBuilder() |
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.usageAccountId(String usageAccountId) |
The Amazon Web Services account ID associated with the created usage estimate.
|
BatchCreateWorkloadEstimateUsageItem.Builder |
BatchCreateWorkloadEstimateUsageItem.Builder.usageType(String usageType) |
The type of usage that was estimated.
|