Interface ErrorDetail.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ErrorDetail.Builder,,- ErrorDetail> - SdkBuilder<ErrorDetail.Builder,,- ErrorDetail> - SdkPojo
- Enclosing class:
- ErrorDetail
@Mutable
@NotThreadSafe
public static interface ErrorDetail.Builder
extends SdkPojo, CopyableBuilder<ErrorDetail.Builder,ErrorDetail> 
- 
Method SummaryModifier and TypeMethodDescriptionThe code associated with the Amazon Q Business request error.The code associated with the Amazon Q Business request error.errorMessage(String errorMessage) The message explaining the Amazon Q Business request error.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
errorMessageThe message explaining the Amazon Q Business request error. - Parameters:
- errorMessage- The message explaining the Amazon Q Business request error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorCodeThe code associated with the Amazon Q Business request error. - Parameters:
- errorCode- The code associated with the Amazon Q Business request error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
errorCodeThe code associated with the Amazon Q Business request error. - Parameters:
- errorCode- The code associated with the Amazon Q Business request error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-