Interface Retriever.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Retriever.Builder,,- Retriever> - SdkBuilder<Retriever.Builder,,- Retriever> - SdkPojo
- Enclosing class:
- Retriever
@Mutable
@NotThreadSafe
public static interface Retriever.Builder
extends SdkPojo, CopyableBuilder<Retriever.Builder,Retriever> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationIdThe 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.
 
- 
retrieverIdThe 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.
 
- 
typeThe 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:
 
- 
typeThe 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:
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
displayNameThe 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.
 
 
-