pub struct Builder { /* private fields */ }
Expand description
A builder for AssociateUserSettingsInput
.
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 user_settings_arn(self, input: impl Into<String>) -> Self
pub fn user_settings_arn(self, input: impl Into<String>) -> Self
The ARN of the user settings.
sourcepub fn set_user_settings_arn(self, input: Option<String>) -> Self
pub fn set_user_settings_arn(self, input: Option<String>) -> Self
The ARN of the user settings.
sourcepub fn build(self) -> Result<AssociateUserSettingsInput, BuildError>
pub fn build(self) -> Result<AssociateUserSettingsInput, BuildError>
Consumes the builder and constructs a AssociateUserSettingsInput
.