Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.AutomationStream.Builder
Packages that use AutomationStream.Builder
-
Uses of AutomationStream.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return AutomationStream.BuilderModifier and TypeMethodDescriptionstatic AutomationStream.BuilderAutomationStream.builder()AutomationStream.Builder.streamEndpoint(String streamEndpoint) The endpoint URL for the automation stream.AutomationStream.Builder.streamStatus(String streamStatus) The current status of the automation stream.AutomationStream.Builder.streamStatus(AutomationStreamStatus streamStatus) The current status of the automation stream.AutomationStream.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type AutomationStream.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AutomationStream.Builder>AutomationStream.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type AutomationStream.BuilderModifier and TypeMethodDescriptiondefault BrowserSessionStream.BuilderBrowserSessionStream.Builder.automationStream(Consumer<AutomationStream.Builder> automationStream) The stream that enables programmatic control of the browser.