Interface BrowserProfileConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BrowserProfileConfiguration.Builder,,BrowserProfileConfiguration> SdkBuilder<BrowserProfileConfiguration.Builder,,BrowserProfileConfiguration> SdkPojo
- Enclosing class:
BrowserProfileConfiguration
@Mutable
@NotThreadSafe
public static interface BrowserProfileConfiguration.Builder
extends SdkPojo, CopyableBuilder<BrowserProfileConfiguration.Builder,BrowserProfileConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionprofileIdentifier(String profileIdentifier) The unique identifier of the browser profile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-