Interface RetrieveError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RetrieveError.Builder,,RetrieveError> SdkBuilder<RetrieveError.Builder,,RetrieveError> SdkPojo
- Enclosing class:
RetrieveError
@Mutable
@NotThreadSafe
public static interface RetrieveError.Builder
extends SdkPojo, CopyableBuilder<RetrieveError.Builder,RetrieveError>
-
Method Summary
Modifier and TypeMethodDescriptionassociationId(String associationId) The identifier of the assistant association whose knowledge base retrieval failed.The error code that categorizes the retrieval failure for the assistant association.code(RetrieveErrorCode code) The error code that categorizes the retrieval failure for the assistant association.A human-readable description of the retrieval failure for the assistant association.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, sdkFieldNameToField, sdkFields
-
Method Details
-
associationId
The identifier of the assistant association whose knowledge base retrieval failed.
- Parameters:
associationId- The identifier of the assistant association whose knowledge base retrieval failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
The error code that categorizes the retrieval failure for the assistant association.
- Parameters:
code- The error code that categorizes the retrieval failure for the assistant association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The error code that categorizes the retrieval failure for the assistant association.
- Parameters:
code- The error code that categorizes the retrieval failure for the assistant association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A human-readable description of the retrieval failure for the assistant association.
- Parameters:
message- A human-readable description of the retrieval failure for the assistant association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-