Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.SessionSummary.Builder
-
Packages that use SessionSummary.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of SessionSummary.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return SessionSummary.Builder Modifier and Type Method Description static SessionSummary.BuilderSessionSummary. builder()SessionSummary.BuilderSessionSummary.Builder. createdAt(Instant createdAt)The timestamp for when the session was created.SessionSummary.BuilderSessionSummary.Builder. lastUpdatedAt(Instant lastUpdatedAt)The timestamp for when the session was last modified.SessionSummary.BuilderSessionSummary.Builder. sessionArn(String sessionArn)The Amazon Resource Name (ARN) of the session.SessionSummary.BuilderSessionSummary.Builder. sessionId(String sessionId)The unique identifier for the session.SessionSummary.BuilderSessionSummary.Builder. sessionStatus(String sessionStatus)The current status of the session.SessionSummary.BuilderSessionSummary.Builder. sessionStatus(SessionStatus sessionStatus)The current status of the session.SessionSummary.BuilderSessionSummary. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type SessionSummary.Builder Modifier and Type Method Description static Class<? extends SessionSummary.Builder>SessionSummary. serializableBuilderClass()
-