Interface RecipeVersionErrorDetail.Builder

    • Method Detail

      • errorCode

        RecipeVersionErrorDetail.Builder errorCode​(String errorCode)

        The HTTP status code for the error.

        Parameters:
        errorCode - The HTTP status code for the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        RecipeVersionErrorDetail.Builder errorMessage​(String errorMessage)

        The text of the error message.

        Parameters:
        errorMessage - The text of the error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recipeVersion

        RecipeVersionErrorDetail.Builder recipeVersion​(String recipeVersion)

        The identifier for the recipe version associated with this error.

        Parameters:
        recipeVersion - The identifier for the recipe version associated with this error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.