Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.EnrichmentStrategyConfiguration.Builder
-
Packages that use EnrichmentStrategyConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of EnrichmentStrategyConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return EnrichmentStrategyConfiguration.Builder Modifier and Type Method Description static EnrichmentStrategyConfiguration.BuilderEnrichmentStrategyConfiguration. builder()EnrichmentStrategyConfiguration.BuilderEnrichmentStrategyConfiguration.Builder. method(String method)The method used for the context enrichment strategy.EnrichmentStrategyConfiguration.BuilderEnrichmentStrategyConfiguration.Builder. method(EnrichmentStrategyMethod method)The method used for the context enrichment strategy.EnrichmentStrategyConfiguration.BuilderEnrichmentStrategyConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type EnrichmentStrategyConfiguration.Builder Modifier and Type Method Description static Class<? extends EnrichmentStrategyConfiguration.Builder>EnrichmentStrategyConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type EnrichmentStrategyConfiguration.Builder Modifier and Type Method Description default BedrockFoundationModelContextEnrichmentConfiguration.BuilderBedrockFoundationModelContextEnrichmentConfiguration.Builder. enrichmentStrategyConfiguration(Consumer<EnrichmentStrategyConfiguration.Builder> enrichmentStrategyConfiguration)The enrichment stategy used to provide additional context.
-