Uses of Interface
software.amazon.awssdk.services.qconnect.model.KnowledgeBaseAssociationConfigurationData.Builder
-
Packages that use KnowledgeBaseAssociationConfigurationData.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of KnowledgeBaseAssociationConfigurationData.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return KnowledgeBaseAssociationConfigurationData.Builder Modifier and Type Method Description static KnowledgeBaseAssociationConfigurationData.BuilderKnowledgeBaseAssociationConfigurationData. builder()default KnowledgeBaseAssociationConfigurationData.BuilderKnowledgeBaseAssociationConfigurationData.Builder. contentTagFilter(Consumer<TagFilter.Builder> contentTagFilter)Sets the value of the ContentTagFilter property for this object.KnowledgeBaseAssociationConfigurationData.BuilderKnowledgeBaseAssociationConfigurationData.Builder. contentTagFilter(TagFilter contentTagFilter)Sets the value of the ContentTagFilter property for this object.KnowledgeBaseAssociationConfigurationData.BuilderKnowledgeBaseAssociationConfigurationData.Builder. maxResults(Integer maxResults)The maximum number of results to return per page.KnowledgeBaseAssociationConfigurationData.BuilderKnowledgeBaseAssociationConfigurationData.Builder. overrideKnowledgeBaseSearchType(String overrideKnowledgeBaseSearchType)The search type to be used against the Knowledge Base for this request.KnowledgeBaseAssociationConfigurationData.BuilderKnowledgeBaseAssociationConfigurationData.Builder. overrideKnowledgeBaseSearchType(KnowledgeBaseSearchType overrideKnowledgeBaseSearchType)The search type to be used against the Knowledge Base for this request.KnowledgeBaseAssociationConfigurationData.BuilderKnowledgeBaseAssociationConfigurationData. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type KnowledgeBaseAssociationConfigurationData.Builder Modifier and Type Method Description static Class<? extends KnowledgeBaseAssociationConfigurationData.Builder>KnowledgeBaseAssociationConfigurationData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type KnowledgeBaseAssociationConfigurationData.Builder Modifier and Type Method Description static AssociationConfigurationDataAssociationConfigurationData. fromKnowledgeBaseAssociationConfigurationData(Consumer<KnowledgeBaseAssociationConfigurationData.Builder> knowledgeBaseAssociationConfigurationData)Create an instance of this class withAssociationConfigurationData.knowledgeBaseAssociationConfigurationData()initialized to the given value.default AssociationConfigurationData.BuilderAssociationConfigurationData.Builder. knowledgeBaseAssociationConfigurationData(Consumer<KnowledgeBaseAssociationConfigurationData.Builder> knowledgeBaseAssociationConfigurationData)The data of the configuration for aKNOWLEDGE_BASEtype Amazon Q in Connect Assistant Association.
-