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