pub struct Builder { /* private fields */ }
Expand description
A builder for BrowserSettingsSummary
.
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 build(self) -> BrowserSettingsSummary
pub fn build(self) -> BrowserSettingsSummary
Consumes the builder and constructs a BrowserSettingsSummary
.