Interface Recommendation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Recommendation.Builder,Recommendation>,SdkBuilder<Recommendation.Builder,Recommendation>,SdkPojo
- Enclosing class:
- Recommendation
public static interface Recommendation.Builder extends SdkPojo, CopyableBuilder<Recommendation.Builder,Recommendation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Recommendation.Buildertext(String text)The recommended course of action to remediate the finding.Recommendation.Builderurl(String url)The URL address to the CVE remediation recommendations.-
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
-
url
Recommendation.Builder url(String url)
The URL address to the CVE remediation recommendations.
- Parameters:
url- The URL address to the CVE remediation recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
text
Recommendation.Builder text(String text)
The recommended course of action to remediate the finding.
- Parameters:
text- The recommended course of action to remediate the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-