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