Interface TradeOff.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TradeOff.Builder,,TradeOff> SdkBuilder<TradeOff.Builder,,TradeOff> SdkPojo
- Enclosing class:
TradeOff
@Mutable
@NotThreadSafe
public static interface TradeOff.Builder
extends SdkPojo, CopyableBuilder<TradeOff.Builder,TradeOff>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the specific risk and the condition that triggers it.mitigation(String mitigation) A specific action to mitigate the trade-off and when to take it.The pillar that could be negatively impacted.The pillar that could be negatively impacted.The risk rating for the trade-off.risk(RiskRating risk) The risk rating for the trade-off.riskExplanation(String riskExplanation) An optional explanation providing additional context for the risk rating.A short phrase describing what is lost or degraded.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
pillar
The pillar that could be negatively impacted.
- Parameters:
pillar- The pillar that could be negatively impacted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pillar
The pillar that could be negatively impacted.
- Parameters:
pillar- The pillar that could be negatively impacted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
title
A short phrase describing what is lost or degraded.
- Parameters:
title- A short phrase describing what is lost or degraded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the specific risk and the condition that triggers it.
- Parameters:
description- A description of the specific risk and the condition that triggers it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
risk
The risk rating for the trade-off.
- Parameters:
risk- The risk rating for the trade-off.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
risk
The risk rating for the trade-off.
- Parameters:
risk- The risk rating for the trade-off.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mitigation
A specific action to mitigate the trade-off and when to take it.
- Parameters:
mitigation- A specific action to mitigate the trade-off and when to take it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
riskExplanation
An optional explanation providing additional context for the risk rating.
- Parameters:
riskExplanation- An optional explanation providing additional context for the risk rating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-