Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.EnrichmentStrategyConfiguration.Builder
Packages that use EnrichmentStrategyConfiguration.Builder
-
Uses of EnrichmentStrategyConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return EnrichmentStrategyConfiguration.BuilderModifier and TypeMethodDescriptionEnrichmentStrategyConfiguration.builder()The method used for the context enrichment strategy.EnrichmentStrategyConfiguration.Builder.method(EnrichmentStrategyMethod method) The method used for the context enrichment strategy.EnrichmentStrategyConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type EnrichmentStrategyConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EnrichmentStrategyConfiguration.Builder>EnrichmentStrategyConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type EnrichmentStrategyConfiguration.BuilderModifier and TypeMethodDescriptionBedrockFoundationModelContextEnrichmentConfiguration.Builder.enrichmentStrategyConfiguration(Consumer<EnrichmentStrategyConfiguration.Builder> enrichmentStrategyConfiguration) The enrichment stategy used to provide additional context.