Interface CrossPillarBenefit.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CrossPillarBenefit.Builder,,CrossPillarBenefit> SdkBuilder<CrossPillarBenefit.Builder,,CrossPillarBenefit> SdkPojo
- Enclosing class:
CrossPillarBenefit
@Mutable
@NotThreadSafe
public static interface CrossPillarBenefit.Builder
extends SdkPojo, CopyableBuilder<CrossPillarBenefit.Builder,CrossPillarBenefit>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of what changes and why it matters.The severity of the benefit.impact(ImpactCategory impact) The severity of the benefit.The pillar that would be positively impacted.The pillar that would be positively impacted.A short phrase describing the outcome.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 would be positively impacted.
- Parameters:
pillar- The pillar that would be positively impacted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pillar
The pillar that would be positively impacted.
- Parameters:
pillar- The pillar that would be positively impacted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
title
A short phrase describing the outcome.
- Parameters:
title- A short phrase describing the outcome.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of what changes and why it matters.
- Parameters:
description- A description of what changes and why it matters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
impact
The severity of the benefit.
- Parameters:
impact- The severity of the benefit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
impact
The severity of the benefit.
- Parameters:
impact- The severity of the benefit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-