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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecipeVersionErrorDetail.BuildererrorCode(String errorCode)The HTTP status code for the error.RecipeVersionErrorDetail.BuildererrorMessage(String errorMessage)The text of the error message.RecipeVersionErrorDetail.BuilderrecipeVersion(String recipeVersion)The identifier for the recipe version associated with this error.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-