Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.SessionState.Builder
-
Packages that use SessionState.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of SessionState.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return SessionState.Builder Modifier and Type Method Description static SessionState.BuilderSessionState. builder()SessionState.BuilderSessionState.Builder. promptSessionAttributes(Map<String,String> promptSessionAttributes)Contains attributes that persist across a prompt and the values of those attributes.SessionState.BuilderSessionState.Builder. sessionAttributes(Map<String,String> sessionAttributes)Contains attributes that persist across a session and the values of those attributes.SessionState.BuilderSessionState. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type SessionState.Builder Modifier and Type Method Description static Class<? extends SessionState.Builder>SessionState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type SessionState.Builder Modifier and Type Method Description default InvokeAgentRequest.BuilderInvokeAgentRequest.Builder. sessionState(Consumer<SessionState.Builder> sessionState)Contains parameters that specify various attributes of the session.
-