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
Modifier and TypeMethodDescriptionThe recommended course of action to remediate the finding.The URL address to the recommendation for remediating the finding.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
- 
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.
 
 - 
url
The URL address to the recommendation for remediating the finding.
- Parameters:
 url- The URL address to the recommendation for remediating the finding.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -