public static interface BrowserSettings.Builder extends SdkPojo, CopyableBuilder<BrowserSettings.Builder,BrowserSettings>
| Modifier and Type | Method and Description |
|---|---|
BrowserSettings.Builder |
associatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this browser settings is associated with.
|
BrowserSettings.Builder |
associatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this browser settings is associated with.
|
BrowserSettings.Builder |
browserPolicy(String browserPolicy)
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
|
BrowserSettings.Builder |
browserSettingsArn(String browserSettingsArn)
The ARN of the browser settings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBrowserSettings.Builder associatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this browser settings is associated with.
associatedPortalArns - A list of web portal ARNs that this browser settings is associated with.BrowserSettings.Builder associatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this browser settings is associated with.
associatedPortalArns - A list of web portal ARNs that this browser settings is associated with.BrowserSettings.Builder browserPolicy(String browserPolicy)
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
browserPolicy - A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.BrowserSettings.Builder browserSettingsArn(String browserSettingsArn)
The ARN of the browser settings.
browserSettingsArn - The ARN of the browser settings.Copyright © 2022. All rights reserved.