static BatchCreateBillScenarioUsageModificationResponse.Builder |
BatchCreateBillScenarioUsageModificationResponse.builder() |
|
BatchCreateBillScenarioUsageModificationResponse.Builder |
BatchCreateBillScenarioUsageModificationResponse.Builder.errors(Collection<BatchCreateBillScenarioUsageModificationError> errors) |
Returns the list of errors reason and the usage item keys that cannot be created in the Bill Scenario.
|
BatchCreateBillScenarioUsageModificationResponse.Builder |
BatchCreateBillScenarioUsageModificationResponse.Builder.errors(Consumer<BatchCreateBillScenarioUsageModificationError.Builder>... errors) |
Returns the list of errors reason and the usage item keys that cannot be created in the Bill Scenario.
|
BatchCreateBillScenarioUsageModificationResponse.Builder |
BatchCreateBillScenarioUsageModificationResponse.Builder.errors(BatchCreateBillScenarioUsageModificationError... errors) |
Returns the list of errors reason and the usage item keys that cannot be created in the Bill Scenario.
|
BatchCreateBillScenarioUsageModificationResponse.Builder |
BatchCreateBillScenarioUsageModificationResponse.Builder.items(Collection<BatchCreateBillScenarioUsageModificationItem> items) |
Returns the list of successful usage line items that were created for the Bill Scenario.
|
BatchCreateBillScenarioUsageModificationResponse.Builder |
BatchCreateBillScenarioUsageModificationResponse.Builder.items(Consumer<BatchCreateBillScenarioUsageModificationItem.Builder>... items) |
Returns the list of successful usage line items that were created for the Bill Scenario.
|
BatchCreateBillScenarioUsageModificationResponse.Builder |
BatchCreateBillScenarioUsageModificationResponse.Builder.items(BatchCreateBillScenarioUsageModificationItem... items) |
Returns the list of successful usage line items that were created for the Bill Scenario.
|
BatchCreateBillScenarioUsageModificationResponse.Builder |
BatchCreateBillScenarioUsageModificationResponse.toBuilder() |
|