Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.GetBrowserSessionResponse.Builder
Packages that use GetBrowserSessionResponse.Builder
-
Uses of GetBrowserSessionResponse.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return GetBrowserSessionResponse.BuilderModifier and TypeMethodDescriptionGetBrowserSessionResponse.Builder.browserIdentifier(String browserIdentifier) The identifier of the browser.GetBrowserSessionResponse.builder()GetBrowserSessionResponse.Builder.certificates(Collection<Certificate> certificates) The list of certificates installed in the browser session.GetBrowserSessionResponse.Builder.certificates(Consumer<Certificate.Builder>... certificates) The list of certificates installed in the browser session.GetBrowserSessionResponse.Builder.certificates(Certificate... certificates) The list of certificates installed in the browser session.The time at which the browser session was created.GetBrowserSessionResponse.Builder.enterprisePolicies(Collection<BrowserEnterprisePolicy> enterprisePolicies) A list of files containing enterprise policies for the browser session.GetBrowserSessionResponse.Builder.enterprisePolicies(Consumer<BrowserEnterprisePolicy.Builder>... enterprisePolicies) A list of files containing enterprise policies for the browser session.GetBrowserSessionResponse.Builder.enterprisePolicies(BrowserEnterprisePolicy... enterprisePolicies) A list of files containing enterprise policies for the browser session.GetBrowserSessionResponse.Builder.extensions(Collection<BrowserExtension> extensions) The list of browser extensions that are configured in the browser session.GetBrowserSessionResponse.Builder.extensions(Consumer<BrowserExtension.Builder>... extensions) The list of browser extensions that are configured in the browser session.GetBrowserSessionResponse.Builder.extensions(BrowserExtension... extensions) The list of browser extensions that are configured in the browser session.GetBrowserSessionResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) The time at which the browser session was last updated.The name of the browser session.GetBrowserSessionResponse.Builder.profileConfiguration(Consumer<BrowserProfileConfiguration.Builder> profileConfiguration) The browser profile configuration associated with this session.GetBrowserSessionResponse.Builder.profileConfiguration(BrowserProfileConfiguration profileConfiguration) The browser profile configuration associated with this session.GetBrowserSessionResponse.Builder.proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfiguration) The active proxy configuration for this browser session.GetBrowserSessionResponse.Builder.proxyConfiguration(ProxyConfiguration proxyConfiguration) The active proxy configuration for this browser session.The identifier of the browser session.GetBrowserSessionResponse.Builder.sessionReplayArtifact(String sessionReplayArtifact) The artifact containing the session replay information.GetBrowserSessionResponse.Builder.sessionTimeoutSeconds(Integer sessionTimeoutSeconds) The timeout period for the browser session in seconds.The current status of the browser session.GetBrowserSessionResponse.Builder.status(BrowserSessionStatus status) The current status of the browser session.GetBrowserSessionResponse.Builder.streams(Consumer<BrowserSessionStream.Builder> streams) The streams associated with this browser session.GetBrowserSessionResponse.Builder.streams(BrowserSessionStream streams) The streams associated with this browser session.GetBrowserSessionResponse.toBuilder()GetBrowserSessionResponse.Builder.viewPort(Consumer<ViewPort.Builder> viewPort) Sets the value of the ViewPort property for this object.Sets the value of the ViewPort property for this object.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type GetBrowserSessionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetBrowserSessionResponse.Builder>GetBrowserSessionResponse.serializableBuilderClass()