BatchCreateBillScenarioUsageModificationEntry.Builder |
BatchCreateBillScenarioUsageModificationEntry.Builder.amounts(Collection<UsageAmount> amounts) |
The amount of usage you want to create for the service use you are modeling.
|
BatchCreateBillScenarioUsageModificationEntry.Builder |
BatchCreateBillScenarioUsageModificationEntry.Builder.amounts(Consumer<UsageAmount.Builder>... amounts) |
The amount of usage you want to create for the service use you are modeling.
|
BatchCreateBillScenarioUsageModificationEntry.Builder |
BatchCreateBillScenarioUsageModificationEntry.Builder.amounts(UsageAmount... amounts) |
The amount of usage you want to create for the service use you are modeling.
|
BatchCreateBillScenarioUsageModificationEntry.Builder |
BatchCreateBillScenarioUsageModificationEntry.Builder.availabilityZone(String availabilityZone) |
The Availability Zone that this usage line uses.
|
static BatchCreateBillScenarioUsageModificationEntry.Builder |
BatchCreateBillScenarioUsageModificationEntry.builder() |
|
BatchCreateBillScenarioUsageModificationEntry.Builder |
BatchCreateBillScenarioUsageModificationEntry.Builder.group(String group) |
An optional group identifier for the usage modification.
|
default BatchCreateBillScenarioUsageModificationEntry.Builder |
BatchCreateBillScenarioUsageModificationEntry.Builder.historicalUsage(Consumer<HistoricalUsageEntity.Builder> historicalUsage) |
Historical usage data associated with this modification, if available.
|
BatchCreateBillScenarioUsageModificationEntry.Builder |
BatchCreateBillScenarioUsageModificationEntry.Builder.historicalUsage(HistoricalUsageEntity historicalUsage) |
Historical usage data associated with this modification, if available.
|
BatchCreateBillScenarioUsageModificationEntry.Builder |
BatchCreateBillScenarioUsageModificationEntry.Builder.key(String key) |
A unique identifier for this entry in the batch operation.
|
BatchCreateBillScenarioUsageModificationEntry.Builder |
BatchCreateBillScenarioUsageModificationEntry.Builder.operation(String operation) |
The specific operation associated with this usage modification.
|
BatchCreateBillScenarioUsageModificationEntry.Builder |
BatchCreateBillScenarioUsageModificationEntry.Builder.serviceCode(String serviceCode) |
The Amazon Web Services service code for this usage modification.
|
BatchCreateBillScenarioUsageModificationEntry.Builder |
BatchCreateBillScenarioUsageModificationEntry.toBuilder() |
|
BatchCreateBillScenarioUsageModificationEntry.Builder |
BatchCreateBillScenarioUsageModificationEntry.Builder.usageAccountId(String usageAccountId) |
The Amazon Web Services account ID to which this usage will be applied to.
|
BatchCreateBillScenarioUsageModificationEntry.Builder |
BatchCreateBillScenarioUsageModificationEntry.Builder.usageType(String usageType) |
Describes the usage details of the usage line item.
|