Interface Recommendation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Recommendation.Builder,
,Recommendation> SdkBuilder<Recommendation.Builder,
,Recommendation> SdkPojo
- Enclosing class:
Recommendation
@Mutable
@NotThreadSafe
public static interface Recommendation.Builder
extends SdkPojo, CopyableBuilder<Recommendation.Builder,Recommendation>
-
Method Summary
Modifier and TypeMethodDescriptionDescribes the recommended steps to take to remediate an issue identified in a finding.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 Details
-
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
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.
-