| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static Impact.Builder |
Impact.builder() |
Impact.Builder |
Impact.Builder.maxImpact(Double maxImpact)
The maximum dollar value that's observed for an anomaly.
|
Impact.Builder |
Impact.toBuilder() |
Impact.Builder |
Impact.Builder.totalActualSpend(Double totalActualSpend)
The cumulative dollar amount that was actually spent during the anomaly.
|
Impact.Builder |
Impact.Builder.totalExpectedSpend(Double totalExpectedSpend)
The cumulative dollar amount that was expected to be spent during the anomaly.
|
Impact.Builder |
Impact.Builder.totalImpact(Double totalImpact)
The cumulative dollar difference between the total actual spend and total expected spend.
|
Impact.Builder |
Impact.Builder.totalImpactPercentage(Double totalImpactPercentage)
The cumulative percentage difference between the total actual spend and total expected spend.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Impact.Builder> |
Impact.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Anomaly.Builder |
Anomaly.Builder.impact(Consumer<Impact.Builder> impact)
The dollar impact for the anomaly.
|
Copyright © 2023. All rights reserved.