Uses of Interface
software.amazon.awssdk.services.costexplorer.model.Impact.Builder
-
Packages that use Impact.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of Impact.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return Impact.Builder Modifier and Type Method Description static Impact.BuilderImpact. builder()Impact.BuilderImpact.Builder. maxImpact(Double maxImpact)The maximum dollar value that's observed for an anomaly.Impact.BuilderImpact. toBuilder()Impact.BuilderImpact.Builder. totalActualSpend(Double totalActualSpend)The cumulative dollar amount that was actually spent during the anomaly.Impact.BuilderImpact.Builder. totalExpectedSpend(Double totalExpectedSpend)The cumulative dollar amount that was expected to be spent during the anomaly.Impact.BuilderImpact.Builder. totalImpact(Double totalImpact)The cumulative dollar difference between the total actual spend and total expected spend.Impact.BuilderImpact.Builder. totalImpactPercentage(Double totalImpactPercentage)The cumulative percentage difference between the total actual spend and total expected spend.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type Impact.Builder Modifier and Type Method Description static Class<? extends Impact.Builder>Impact. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type Impact.Builder Modifier and Type Method Description default Anomaly.BuilderAnomaly.Builder. impact(Consumer<Impact.Builder> impact)The dollar impact for the anomaly.
-