BatchCreateWorkloadEstimateUsageEntry.Builder |
BatchCreateWorkloadEstimateUsageEntry.Builder.amount(Double amount) |
The estimated usage amount.
|
static BatchCreateWorkloadEstimateUsageEntry.Builder |
BatchCreateWorkloadEstimateUsageEntry.builder() |
|
BatchCreateWorkloadEstimateUsageEntry.Builder |
BatchCreateWorkloadEstimateUsageEntry.Builder.group(String group) |
An optional group identifier for the usage estimate.
|
default BatchCreateWorkloadEstimateUsageEntry.Builder |
BatchCreateWorkloadEstimateUsageEntry.Builder.historicalUsage(Consumer<HistoricalUsageEntity.Builder> historicalUsage) |
Historical usage data associated with this estimate, if available.
|
BatchCreateWorkloadEstimateUsageEntry.Builder |
BatchCreateWorkloadEstimateUsageEntry.Builder.historicalUsage(HistoricalUsageEntity historicalUsage) |
Historical usage data associated with this estimate, if available.
|
BatchCreateWorkloadEstimateUsageEntry.Builder |
BatchCreateWorkloadEstimateUsageEntry.Builder.key(String key) |
A unique identifier for this entry in the batch operation.
|
BatchCreateWorkloadEstimateUsageEntry.Builder |
BatchCreateWorkloadEstimateUsageEntry.Builder.operation(String operation) |
The specific operation associated with this usage estimate.
|
BatchCreateWorkloadEstimateUsageEntry.Builder |
BatchCreateWorkloadEstimateUsageEntry.Builder.serviceCode(String serviceCode) |
The Amazon Web Services service code for this usage estimate.
|
BatchCreateWorkloadEstimateUsageEntry.Builder |
BatchCreateWorkloadEstimateUsageEntry.toBuilder() |
|
BatchCreateWorkloadEstimateUsageEntry.Builder |
BatchCreateWorkloadEstimateUsageEntry.Builder.usageAccountId(String usageAccountId) |
The Amazon Web Services account ID associated with this usage estimate.
|
BatchCreateWorkloadEstimateUsageEntry.Builder |
BatchCreateWorkloadEstimateUsageEntry.Builder.usageType(String usageType) |
The type of usage being estimated.
|