Interface RecommendationError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecommendationError.Builder,RecommendationError>,SdkBuilder<RecommendationError.Builder,RecommendationError>,SdkPojo
- Enclosing class:
- RecommendationError
public static interface RecommendationError.Builder extends SdkPojo, CopyableBuilder<RecommendationError.Builder,RecommendationError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecommendationError.Buildercode(String code)The error code for a failed retrieval of a recommendation for a finding.RecommendationError.Buildermessage(String message)The error message for a failed retrieval of a recommendation for 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, sdkFields
-
-
-
-
Method Detail
-
code
RecommendationError.Builder code(String code)
The error code for a failed retrieval of a recommendation for a finding.
- Parameters:
code- The error code for a failed retrieval of a recommendation for a finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
RecommendationError.Builder message(String message)
The error message for a failed retrieval of a recommendation for a finding.
- Parameters:
message- The error message for a failed retrieval of a recommendation for a finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-