Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchCreateBillScenarioUsageModificationError.Builder
-
Packages that use BatchCreateBillScenarioUsageModificationError.Builder Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchCreateBillScenarioUsageModificationError.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return BatchCreateBillScenarioUsageModificationError.Builder Modifier and Type Method Description static BatchCreateBillScenarioUsageModificationError.BuilderBatchCreateBillScenarioUsageModificationError. builder()BatchCreateBillScenarioUsageModificationError.BuilderBatchCreateBillScenarioUsageModificationError.Builder. errorCode(String errorCode)The error code associated with the failed operation.BatchCreateBillScenarioUsageModificationError.BuilderBatchCreateBillScenarioUsageModificationError.Builder. errorCode(BatchCreateBillScenarioUsageModificationErrorCode errorCode)The error code associated with the failed operation.BatchCreateBillScenarioUsageModificationError.BuilderBatchCreateBillScenarioUsageModificationError.Builder. errorMessage(String errorMessage)A descriptive message for the error that occurred.BatchCreateBillScenarioUsageModificationError.BuilderBatchCreateBillScenarioUsageModificationError.Builder. key(String key)The key of the entry that caused the error.BatchCreateBillScenarioUsageModificationError.BuilderBatchCreateBillScenarioUsageModificationError. toBuilder()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchCreateBillScenarioUsageModificationError.Builder Modifier and Type Method Description static Class<? extends BatchCreateBillScenarioUsageModificationError.Builder>BatchCreateBillScenarioUsageModificationError. serializableBuilderClass()
-