Interface GetRecommendationError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GetRecommendationError.Builder,GetRecommendationError>,SdkBuilder<GetRecommendationError.Builder,GetRecommendationError>,SdkPojo
- Enclosing class:
- GetRecommendationError
public static interface GetRecommendationError.Builder extends SdkPojo, CopyableBuilder<GetRecommendationError.Builder,GetRecommendationError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRecommendationError.Buildercode(String code)The error code.GetRecommendationError.Builderidentifier(String identifier)The ID of the error.GetRecommendationError.Buildermessage(String message)The message, or reason, for the 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
-
identifier
GetRecommendationError.Builder identifier(String identifier)
The ID of the error.
- Parameters:
identifier- The ID of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
GetRecommendationError.Builder code(String code)
The error code.
- Parameters:
code- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
GetRecommendationError.Builder message(String message)
The message, or reason, for the error.
- Parameters:
message- The message, or reason, for the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-