Interface AssistantAssociationInputData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssistantAssociationInputData.Builder,AssistantAssociationInputData>,SdkBuilder<AssistantAssociationInputData.Builder,AssistantAssociationInputData>,SdkPojo
- Enclosing class:
- AssistantAssociationInputData
public static interface AssistantAssociationInputData.Builder extends SdkPojo, CopyableBuilder<AssistantAssociationInputData.Builder,AssistantAssociationInputData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssistantAssociationInputData.BuilderknowledgeBaseId(String knowledgeBaseId)The identifier of the knowledge base.-
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 Detail
-
knowledgeBaseId
AssistantAssociationInputData.Builder knowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.
- Parameters:
knowledgeBaseId- The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-