Interface MemoryStrategyCommonProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ManagedStrategyProps,SelfManagedStrategyProps
- All Known Implementing Classes:
ManagedStrategyProps.Jsii$Proxy,MemoryStrategyCommonProps.Jsii$Proxy,SelfManagedStrategyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.129.0 (build eaca441)",
date="2026-05-19T08:18:44.465Z")
@Stability(Stable)
public interface MemoryStrategyCommonProps
extends software.amazon.jsii.JsiiSerializable
Configuration parameters common for any memory strategy.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.bedrockagentcore.*;
MemoryStrategyCommonProps memoryStrategyCommonProps = MemoryStrategyCommonProps.builder()
.strategyName("strategyName")
// the properties below are optional
.description("description")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forMemoryStrategyCommonPropsstatic final classAn implementation forMemoryStrategyCommonProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStrategyName
The name for the strategy. -
getDescription
The description of the strategy.Default: - No description
-
builder
- Returns:
- a
MemoryStrategyCommonProps.BuilderofMemoryStrategyCommonProps
-