Interface RecipeVersionErrorDetail.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RecipeVersionErrorDetail.Builder,RecipeVersionErrorDetail>, SdkBuilder<RecipeVersionErrorDetail.Builder,RecipeVersionErrorDetail>, SdkPojo
Enclosing class:
RecipeVersionErrorDetail

public static interface RecipeVersionErrorDetail.Builder extends SdkPojo, CopyableBuilder<RecipeVersionErrorDetail.Builder,RecipeVersionErrorDetail>
  • Method Details

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