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
Modifier and TypeMethodDescriptionThe error code.identifier(String identifier) The ID of the error.The message, or reason, for the error.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
The error code.
- Parameters:
 code- The error code.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
 
 
 -