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
Modifier and TypeMethodDescriptionThe error code for a failed retrieval of a recommendation for a finding.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 Details
-
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
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.
-