Class BrowserSessionStream
java.lang.Object
software.amazon.awssdk.services.bedrockagentcore.model.BrowserSessionStream
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BrowserSessionStream.Builder,BrowserSessionStream>
@Generated("software.amazon.awssdk:codegen")
public final class BrowserSessionStream
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<BrowserSessionStream.Builder,BrowserSessionStream>
The collection of streams associated with a browser session in Amazon Bedrock AgentCore. These streams provide different ways to interact with and observe the browser session, including programmatic control and visual representation of the browser content.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AutomationStreamThe stream that enables programmatic control of the browser.static BrowserSessionStream.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final LiveViewStreamThe stream that provides a visual representation of the browser content.static Class<? extends BrowserSessionStream.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
automationStream
The stream that enables programmatic control of the browser. This stream allows agents to perform actions such as navigating to URLs, clicking elements, and filling forms.
- Returns:
- The stream that enables programmatic control of the browser. This stream allows agents to perform actions such as navigating to URLs, clicking elements, and filling forms.
-
liveViewStream
The stream that provides a visual representation of the browser content. This stream allows agents to observe the current state of the browser, including rendered web pages and visual elements.
- Returns:
- The stream that provides a visual representation of the browser content. This stream allows agents to observe the current state of the browser, including rendered web pages and visual elements.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<BrowserSessionStream.Builder,BrowserSessionStream>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-