Struct aws_sdk_workspacesweb::operation::associate_browser_settings::builders::AssociateBrowserSettingsOutputBuilder
source · #[non_exhaustive]pub struct AssociateBrowserSettingsOutputBuilder { /* private fields */ }
Expand description
A builder for AssociateBrowserSettingsOutput
.
Implementations§
source§impl AssociateBrowserSettingsOutputBuilder
impl AssociateBrowserSettingsOutputBuilder
sourcepub fn portal_arn(self, input: impl Into<String>) -> Self
pub fn portal_arn(self, input: impl Into<String>) -> Self
The ARN of the web portal.
sourcepub fn set_portal_arn(self, input: Option<String>) -> Self
pub fn set_portal_arn(self, input: Option<String>) -> Self
The ARN of the web portal.
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 build(self) -> AssociateBrowserSettingsOutput
pub fn build(self) -> AssociateBrowserSettingsOutput
Consumes the builder and constructs a AssociateBrowserSettingsOutput
.
Trait Implementations§
source§impl Clone for AssociateBrowserSettingsOutputBuilder
impl Clone for AssociateBrowserSettingsOutputBuilder
source§fn clone(&self) -> AssociateBrowserSettingsOutputBuilder
fn clone(&self) -> AssociateBrowserSettingsOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for AssociateBrowserSettingsOutputBuilder
impl Default for AssociateBrowserSettingsOutputBuilder
source§fn default() -> AssociateBrowserSettingsOutputBuilder
fn default() -> AssociateBrowserSettingsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AssociateBrowserSettingsOutputBuilder> for AssociateBrowserSettingsOutputBuilder
impl PartialEq<AssociateBrowserSettingsOutputBuilder> for AssociateBrowserSettingsOutputBuilder
source§fn eq(&self, other: &AssociateBrowserSettingsOutputBuilder) -> bool
fn eq(&self, other: &AssociateBrowserSettingsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.