Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseConfiguration.Builder
-
Packages that use KnowledgeBaseConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of KnowledgeBaseConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseConfiguration.Builder Modifier and Type Method Description static KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration. builder()KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration. toBuilder()KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration.Builder. type(String type)Sets the value of the Type property for this object.KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration.Builder. type(KnowledgeBaseType type)Sets the value of the Type property for this object.default KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration.Builder. vectorKnowledgeBaseConfiguration(Consumer<VectorKnowledgeBaseConfiguration.Builder> vectorKnowledgeBaseConfiguration)Sets the value of the VectorKnowledgeBaseConfiguration property for this object.KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration.Builder. vectorKnowledgeBaseConfiguration(VectorKnowledgeBaseConfiguration vectorKnowledgeBaseConfiguration)Sets the value of the VectorKnowledgeBaseConfiguration property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type KnowledgeBaseConfiguration.Builder Modifier and Type Method Description static Class<? extends KnowledgeBaseConfiguration.Builder>KnowledgeBaseConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type KnowledgeBaseConfiguration.Builder Modifier and Type Method Description default CreateKnowledgeBaseRequest.BuilderCreateKnowledgeBaseRequest.Builder. knowledgeBaseConfiguration(Consumer<KnowledgeBaseConfiguration.Builder> knowledgeBaseConfiguration)Sets the value of the KnowledgeBaseConfiguration property for this object.default KnowledgeBase.BuilderKnowledgeBase.Builder. knowledgeBaseConfiguration(Consumer<KnowledgeBaseConfiguration.Builder> knowledgeBaseConfiguration)Sets the value of the KnowledgeBaseConfiguration property for this object.default UpdateKnowledgeBaseRequest.BuilderUpdateKnowledgeBaseRequest.Builder. knowledgeBaseConfiguration(Consumer<KnowledgeBaseConfiguration.Builder> knowledgeBaseConfiguration)Sets the value of the KnowledgeBaseConfiguration property for this object.
-