Interface SuggestedFix.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SuggestedFix.Builder,
,SuggestedFix> SdkBuilder<SuggestedFix.Builder,
,SuggestedFix> SdkPojo
- Enclosing class:
SuggestedFix
@Mutable
@NotThreadSafe
public static interface SuggestedFix.Builder
extends SdkPojo, CopyableBuilder<SuggestedFix.Builder,SuggestedFix>
-
Method Summary
Modifier and TypeMethodDescriptionThe suggested code fix.description
(String description) A description of the suggested code fix and why it is being suggested.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
-
code
The suggested code fix. If applicable, includes code patch to replace your source code.
- Parameters:
code
- The suggested code fix. If applicable, includes code patch to replace your source code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the suggested code fix and why it is being suggested.
- Parameters:
description
- A description of the suggested code fix and why it is being suggested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-