pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateBrowserSettingsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn browser_settings(self, input: BrowserSettings) -> Self
pub fn browser_settings(self, input: BrowserSettings) -> Self
The browser settings.
sourcepub fn set_browser_settings(self, input: Option<BrowserSettings>) -> Self
pub fn set_browser_settings(self, input: Option<BrowserSettings>) -> Self
The browser settings.
sourcepub fn build(self) -> UpdateBrowserSettingsOutput
pub fn build(self) -> UpdateBrowserSettingsOutput
Consumes the builder and constructs a UpdateBrowserSettingsOutput
.