Uses of Interface
software.amazon.awssdk.services.costexplorer.model.RootCauseImpact.Builder
-
Packages that use RootCauseImpact.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of RootCauseImpact.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return RootCauseImpact.Builder Modifier and Type Method Description static RootCauseImpact.BuilderRootCauseImpact. builder()RootCauseImpact.BuilderRootCauseImpact.Builder. contribution(Double contribution)The dollar amount that this root cause contributed to the anomaly's TotalImpact.RootCauseImpact.BuilderRootCauseImpact. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type RootCauseImpact.Builder Modifier and Type Method Description static Class<? extends RootCauseImpact.Builder>RootCauseImpact. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type RootCauseImpact.Builder Modifier and Type Method Description default RootCause.BuilderRootCause.Builder. impact(Consumer<RootCauseImpact.Builder> impact)The dollar impact for the root cause.
-