| 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.totalImpact(Double totalImpact)
The cumulative dollar value that's observed for an anomaly.
|
| 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 © 2022. All rights reserved.