Interface AgenticRetrieveMemorySessionBinding.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgenticRetrieveMemorySessionBinding.Builder,,AgenticRetrieveMemorySessionBinding> SdkBuilder<AgenticRetrieveMemorySessionBinding.Builder,,AgenticRetrieveMemorySessionBinding> SdkPojo
- Enclosing class:
AgenticRetrieveMemorySessionBinding
@Mutable
@NotThreadSafe
public static interface AgenticRetrieveMemorySessionBinding.Builder
extends SdkPojo, CopyableBuilder<AgenticRetrieveMemorySessionBinding.Builder,AgenticRetrieveMemorySessionBinding>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the end user or agent that the session belongs to.The identifier of the session to restore and continue.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
actorId
The identifier of the end user or agent that the session belongs to. This identifier scopes session history so that one actor's history is never returned for another. You are responsible for sending the correct actor value.
- Parameters:
actorId- The identifier of the end user or agent that the session belongs to. This identifier scopes session history so that one actor's history is never returned for another. You are responsible for sending the correct actor value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
The identifier of the session to restore and continue. You are responsible for sending the correct session value.
- Parameters:
sessionId- The identifier of the session to restore and continue. You are responsible for sending the correct session value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-