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 Details

    • 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.