Interface RemediationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RemediationSummary.Builder,,RemediationSummary> SdkBuilder<RemediationSummary.Builder,,RemediationSummary> SdkPojo
- Enclosing class:
RemediationSummary
@Mutable
@NotThreadSafe
public static interface RemediationSummary.Builder
extends SdkPojo, CopyableBuilder<RemediationSummary.Builder,RemediationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionrecommendation(String recommendation) A short imperative statement of the recommended action.High-level steps to implement the fix.steps(Collection<String> steps) High-level steps to implement the fix.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
-
recommendation
A short imperative statement of the recommended action.
- Parameters:
recommendation- A short imperative statement of the recommended action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
steps
High-level steps to implement the fix.
- Parameters:
steps- High-level steps to implement the fix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
steps
High-level steps to implement the fix.
- Parameters:
steps- High-level steps to implement the fix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-