Uses of Interface
software.amazon.awssdk.services.qconnect.model.KnowledgeBaseAssociationData.Builder
-
Packages that use KnowledgeBaseAssociationData.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of KnowledgeBaseAssociationData.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return KnowledgeBaseAssociationData.Builder Modifier and Type Method Description static KnowledgeBaseAssociationData.BuilderKnowledgeBaseAssociationData. builder()KnowledgeBaseAssociationData.BuilderKnowledgeBaseAssociationData.Builder. knowledgeBaseArn(String knowledgeBaseArn)The Amazon Resource Name (ARN) of the knowledge base.KnowledgeBaseAssociationData.BuilderKnowledgeBaseAssociationData.Builder. knowledgeBaseId(String knowledgeBaseId)The identifier of the knowledge base.KnowledgeBaseAssociationData.BuilderKnowledgeBaseAssociationData. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type KnowledgeBaseAssociationData.Builder Modifier and Type Method Description static Class<? extends KnowledgeBaseAssociationData.Builder>KnowledgeBaseAssociationData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type KnowledgeBaseAssociationData.Builder Modifier and Type Method Description static AssistantAssociationOutputDataAssistantAssociationOutputData. fromKnowledgeBaseAssociation(Consumer<KnowledgeBaseAssociationData.Builder> knowledgeBaseAssociation)Create an instance of this class withAssistantAssociationOutputData.knowledgeBaseAssociation()initialized to the given value.default AssistantAssociationOutputData.BuilderAssistantAssociationOutputData.Builder. knowledgeBaseAssociation(Consumer<KnowledgeBaseAssociationData.Builder> knowledgeBaseAssociation)The knowledge base where output data is sent.
-