Interface NotifyRecommendationsReceivedError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NotifyRecommendationsReceivedError.Builder,NotifyRecommendationsReceivedError>,SdkBuilder<NotifyRecommendationsReceivedError.Builder,NotifyRecommendationsReceivedError>,SdkPojo
- Enclosing class:
- NotifyRecommendationsReceivedError
public static interface NotifyRecommendationsReceivedError.Builder extends SdkPojo, CopyableBuilder<NotifyRecommendationsReceivedError.Builder,NotifyRecommendationsReceivedError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotifyRecommendationsReceivedError.Buildermessage(String message)A recommendation is causing an error.NotifyRecommendationsReceivedError.BuilderrecommendationId(String recommendationId)The identifier of the recommendation that is in error.-
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
-
message
NotifyRecommendationsReceivedError.Builder message(String message)
A recommendation is causing an error.
- Parameters:
message- A recommendation is causing an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendationId
NotifyRecommendationsReceivedError.Builder recommendationId(String recommendationId)
The identifier of the recommendation that is in error.
- Parameters:
recommendationId- The identifier of the recommendation that is in error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-