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