Interface RootCauseImpact.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RootCauseImpact.Builder,RootCauseImpact>,SdkBuilder<RootCauseImpact.Builder,RootCauseImpact>,SdkPojo
- Enclosing class:
- RootCauseImpact
public static interface RootCauseImpact.Builder extends SdkPojo, CopyableBuilder<RootCauseImpact.Builder,RootCauseImpact>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RootCauseImpact.Buildercontribution(Double contribution)The dollar amount that this root cause contributed to the anomaly's TotalImpact.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
contribution
RootCauseImpact.Builder contribution(Double contribution)
The dollar amount that this root cause contributed to the anomaly's TotalImpact.
- Parameters:
contribution- The dollar amount that this root cause contributed to the anomaly's TotalImpact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-