Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GetSessionResponse.Builder
Packages that use GetSessionResponse.Builder
-
Uses of GetSessionResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GetSessionResponse.BuilderModifier and TypeMethodDescriptionstatic GetSessionResponse.BuilderGetSessionResponse.builder()The timestamp for when the session was created.GetSessionResponse.Builder.encryptionKeyArn(String encryptionKeyArn) The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the session data.GetSessionResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) The timestamp for when the session was last modified.GetSessionResponse.Builder.sessionArn(String sessionArn) The Amazon Resource Name (ARN) of the session.The unique identifier for the session in UUID format.GetSessionResponse.Builder.sessionMetadata(Map<String, String> sessionMetadata) A map of key-value pairs containing attributes persisted across the session.GetSessionResponse.Builder.sessionStatus(String sessionStatus) The current status of the session.GetSessionResponse.Builder.sessionStatus(SessionStatus sessionStatus) The current status of the session.GetSessionResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GetSessionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetSessionResponse.Builder>GetSessionResponse.serializableBuilderClass()