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