pub struct Builder { /* private fields */ }
Expand description
A builder for AssociateBrowserSettingsInput
.
Implementations§
source§impl Builder
impl Builder
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) -> Result<AssociateBrowserSettingsInput, BuildError>
pub fn build(self) -> Result<AssociateBrowserSettingsInput, BuildError>
Consumes the builder and constructs a AssociateBrowserSettingsInput
.