Class BrowserProfileConfiguration
java.lang.Object
software.amazon.awssdk.services.bedrockagentcore.model.BrowserProfileConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BrowserProfileConfiguration.Builder,BrowserProfileConfiguration>
@Generated("software.amazon.awssdk:codegen")
public final class BrowserProfileConfiguration
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<BrowserProfileConfiguration.Builder,BrowserProfileConfiguration>
The configuration for a browser profile in Amazon Bedrock AgentCore. A browser profile contains persistent browser data such as cookies and local storage that can be saved from one browser session and reused in subsequent sessions. Browser profiles enable continuity for tasks that require authentication, maintain user preferences, or depend on previously stored browser state.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe unique identifier of the browser profile.static Class<? extends BrowserProfileConfiguration.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
-
profileIdentifier
The unique identifier of the browser profile. This identifier is used to reference the profile when starting new browser sessions or saving session data to the profile.
- Returns:
- The unique identifier of the browser profile. This identifier is used to reference the profile when starting new browser sessions or saving session data to the profile.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<BrowserProfileConfiguration.Builder,BrowserProfileConfiguration>
-
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
-