Uses of Interface
software.amazon.awscdk.services.bedrockagentcore.OverrideConfig
Packages that use OverrideConfig
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of OverrideConfig in software.amazon.awscdk.services.bedrockagentcore
Classes in software.amazon.awscdk.services.bedrockagentcore that implement OverrideConfigMethods in software.amazon.awscdk.services.bedrockagentcore that return OverrideConfigModifier and TypeMethodDescriptionOverrideConfig.Builder.build()Builds the configured instance.ManagedMemoryStrategy.getConsolidationOverride()The configuration for the custom consolidation.default OverrideConfigManagedStrategyProps.getCustomConsolidation()The configuration for the custom consolidation.final OverrideConfigManagedStrategyProps.Jsii$Proxy.getCustomConsolidation()default OverrideConfigManagedStrategyProps.getCustomExtraction()The configuration for the custom extraction.final OverrideConfigManagedStrategyProps.Jsii$Proxy.getCustomExtraction()ManagedMemoryStrategy.getExtractionOverride()The configuration for the custom extraction.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type OverrideConfigModifier and TypeMethodDescriptionManagedMemoryStrategy.Builder.customConsolidation(OverrideConfig customConsolidation) The configuration for the custom consolidation.ManagedStrategyProps.Builder.customConsolidation(OverrideConfig customConsolidation) Sets the value ofManagedStrategyProps.getCustomConsolidation()ManagedMemoryStrategy.Builder.customExtraction(OverrideConfig customExtraction) The configuration for the custom extraction.ManagedStrategyProps.Builder.customExtraction(OverrideConfig customExtraction) Sets the value ofManagedStrategyProps.getCustomExtraction()