public static interface RecipeVersionErrorDetail.Builder extends SdkPojo, CopyableBuilder<RecipeVersionErrorDetail.Builder,RecipeVersionErrorDetail>
| Modifier and Type | Method and Description |
|---|---|
RecipeVersionErrorDetail.Builder |
errorCode(String errorCode)
The HTTP status code for the error.
|
RecipeVersionErrorDetail.Builder |
errorMessage(String errorMessage)
The text of the error message.
|
RecipeVersionErrorDetail.Builder |
recipeVersion(String recipeVersion)
The identifier for the recipe version associated with this error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecipeVersionErrorDetail.Builder errorCode(String errorCode)
The HTTP status code for the error.
errorCode - The HTTP status code for the error.RecipeVersionErrorDetail.Builder errorMessage(String errorMessage)
The text of the error message.
errorMessage - The text of the error message.RecipeVersionErrorDetail.Builder recipeVersion(String recipeVersion)
The identifier for the recipe version associated with this error.
recipeVersion - The identifier for the recipe version associated with this error.Copyright © 2023. All rights reserved.