Interface MemoryConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MemoryConfiguration.Builder,
,MemoryConfiguration> SdkBuilder<MemoryConfiguration.Builder,
,MemoryConfiguration> SdkPojo
- Enclosing class:
MemoryConfiguration
public static interface MemoryConfiguration.Builder
extends SdkPojo, CopyableBuilder<MemoryConfiguration.Builder,MemoryConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionenabledMemoryTypes
(Collection<MemoryType> enabledMemoryTypes) The type of memory that is stored.enabledMemoryTypes
(MemoryType... enabledMemoryTypes) The type of memory that is stored.enabledMemoryTypesWithStrings
(String... enabledMemoryTypes) The type of memory that is stored.enabledMemoryTypesWithStrings
(Collection<String> enabledMemoryTypes) The type of memory that is stored.storageDays
(Integer storageDays) The number of days the agent is configured to retain the conversational context.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
enabledMemoryTypesWithStrings
The type of memory that is stored.
- Parameters:
enabledMemoryTypes
- The type of memory that is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledMemoryTypesWithStrings
The type of memory that is stored.
- Parameters:
enabledMemoryTypes
- The type of memory that is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledMemoryTypes
The type of memory that is stored.
- Parameters:
enabledMemoryTypes
- The type of memory that is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledMemoryTypes
The type of memory that is stored.
- Parameters:
enabledMemoryTypes
- The type of memory that is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageDays
The number of days the agent is configured to retain the conversational context.
- Parameters:
storageDays
- The number of days the agent is configured to retain the conversational context.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-