Interface SuggestedFix.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SuggestedFix.Builder,
,SuggestedFix> SdkBuilder<SuggestedFix.Builder,
,SuggestedFix> SdkPojo
- Enclosing class:
SuggestedFix
public static interface SuggestedFix.Builder
extends SdkPojo, CopyableBuilder<SuggestedFix.Builder,SuggestedFix>
-
Method Summary
Modifier and TypeMethodDescriptionThe fix's code.description
(String description) The fix's description.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, sdkFields
-
Method Details
-
code
The fix's code.
- Parameters:
code
- The fix's code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The fix's description.
- Parameters:
description
- The fix's description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-