Interface Retriever.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Retriever.Builder,
,Retriever> SdkBuilder<Retriever.Builder,
,Retriever> SdkPojo
- Enclosing class:
Retriever
public static interface Retriever.Builder
extends SdkPojo, CopyableBuilder<Retriever.Builder,Retriever>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The identifier of the Amazon Q Business application using the retriever.displayName
(String displayName) The name of your retriever.retrieverId
(String retrieverId) The identifier of the retriever used by your Amazon Q Business application.The status of your retriever.status
(RetrieverStatus status) The status of your retriever.The type of your retriever.type
(RetrieverType type) The type of your retriever.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 Details
-
applicationId
The identifier of the Amazon Q Business application using the retriever.
- Parameters:
applicationId
- The identifier of the Amazon Q Business application using the retriever.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retrieverId
The identifier of the retriever used by your Amazon Q Business application.
- Parameters:
retrieverId
- The identifier of the retriever used by your Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of your retriever.
- Parameters:
type
- The type of your retriever.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of your retriever.
- Parameters:
type
- The type of your retriever.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of your retriever.
- Parameters:
status
- The status of your retriever.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of your retriever.
- Parameters:
status
- The status of your retriever.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
displayName
The name of your retriever.
- Parameters:
displayName
- The name of your retriever.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-