Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.BrowserSessionSummary.Builder
Packages that use BrowserSessionSummary.Builder
-
Uses of BrowserSessionSummary.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return BrowserSessionSummary.BuilderModifier and TypeMethodDescriptionBrowserSessionSummary.Builder.browserIdentifier(String browserIdentifier) The unique identifier of the browser associated with the session.BrowserSessionSummary.builder()The timestamp when the browser session was created.BrowserSessionSummary.Builder.lastUpdatedAt(Instant lastUpdatedAt) The timestamp when the browser session was last updated.The name of the browser session.The unique identifier of the browser session.The current status of the browser session.BrowserSessionSummary.Builder.status(BrowserSessionStatus status) The current status of the browser session.BrowserSessionSummary.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type BrowserSessionSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BrowserSessionSummary.Builder>BrowserSessionSummary.serializableBuilderClass()