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)Describes the recommended steps to take to remediate an issue identified in a finding.Recommendation.Builderurl(String url)A URL to a page or site that contains information about how to remediate a finding.-
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
-
text
Recommendation.Builder text(String text)
Describes the recommended steps to take to remediate an issue identified in a finding.
Length Constraints: Minimum of 1 length. Maximum of 512 length.
- Parameters:
text- Describes the recommended steps to take to remediate an issue identified in a finding.Length Constraints: Minimum of 1 length. Maximum of 512 length.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
Recommendation.Builder url(String url)
A URL to a page or site that contains information about how to remediate a finding.
- Parameters:
url- A URL to a page or site that contains information about how to remediate a finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-