Interface RootCauseImpact.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RootCauseImpact.Builder,
,RootCauseImpact> SdkBuilder<RootCauseImpact.Builder,
,RootCauseImpact> SdkPojo
- Enclosing class:
RootCauseImpact
@Mutable
@NotThreadSafe
public static interface RootCauseImpact.Builder
extends SdkPojo, CopyableBuilder<RootCauseImpact.Builder,RootCauseImpact>
-
Method Summary
Modifier and TypeMethodDescriptioncontribution
(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 Details
-
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.
-