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