Struct aws_sdk_sagemaker::operation::update_user_profile::builders::UpdateUserProfileInputBuilder
source · #[non_exhaustive]pub struct UpdateUserProfileInputBuilder { /* private fields */ }
Expand description
A builder for UpdateUserProfileInput
.
Implementations§
source§impl UpdateUserProfileInputBuilder
impl UpdateUserProfileInputBuilder
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
The domain ID.
sourcepub fn user_profile_name(self, input: impl Into<String>) -> Self
pub fn user_profile_name(self, input: impl Into<String>) -> Self
The user profile name.
sourcepub fn set_user_profile_name(self, input: Option<String>) -> Self
pub fn set_user_profile_name(self, input: Option<String>) -> Self
The user profile name.
sourcepub fn user_settings(self, input: UserSettings) -> Self
pub fn user_settings(self, input: UserSettings) -> Self
A collection of settings.
sourcepub fn set_user_settings(self, input: Option<UserSettings>) -> Self
pub fn set_user_settings(self, input: Option<UserSettings>) -> Self
A collection of settings.
sourcepub fn build(self) -> Result<UpdateUserProfileInput, BuildError>
pub fn build(self) -> Result<UpdateUserProfileInput, BuildError>
Consumes the builder and constructs a UpdateUserProfileInput
.
Trait Implementations§
source§impl Clone for UpdateUserProfileInputBuilder
impl Clone for UpdateUserProfileInputBuilder
source§fn clone(&self) -> UpdateUserProfileInputBuilder
fn clone(&self) -> UpdateUserProfileInputBuilder
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 UpdateUserProfileInputBuilder
impl Default for UpdateUserProfileInputBuilder
source§fn default() -> UpdateUserProfileInputBuilder
fn default() -> UpdateUserProfileInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateUserProfileInputBuilder> for UpdateUserProfileInputBuilder
impl PartialEq<UpdateUserProfileInputBuilder> for UpdateUserProfileInputBuilder
source§fn eq(&self, other: &UpdateUserProfileInputBuilder) -> bool
fn eq(&self, other: &UpdateUserProfileInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.