Struct aws_sdk_workspacesweb::model::browser_settings::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for BrowserSettings
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn browser_settings_arn(self, input: impl Into<String>) -> Self
pub fn browser_settings_arn(self, input: impl Into<String>) -> Self
The ARN of the browser settings.
sourcepub fn set_browser_settings_arn(self, input: Option<String>) -> Self
pub fn set_browser_settings_arn(self, input: Option<String>) -> Self
The ARN of the browser settings.
sourcepub fn associated_portal_arns(self, input: impl Into<String>) -> Self
pub fn associated_portal_arns(self, input: impl Into<String>) -> Self
Appends an item to associated_portal_arns
.
To override the contents of this collection use set_associated_portal_arns
.
A list of web portal ARNs that this browser settings is associated with.
sourcepub fn set_associated_portal_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_associated_portal_arns(self, input: Option<Vec<String>>) -> Self
A list of web portal ARNs that this browser settings is associated with.
sourcepub fn browser_policy(self, input: impl Into<String>) -> Self
pub fn browser_policy(self, input: impl Into<String>) -> Self
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
sourcepub fn set_browser_policy(self, input: Option<String>) -> Self
pub fn set_browser_policy(self, input: Option<String>) -> Self
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
sourcepub fn build(self) -> BrowserSettings
pub fn build(self) -> BrowserSettings
Consumes the builder and constructs a BrowserSettings
.