Struct aws_sdk_sagemaker::model::user_profile_details::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UserProfileDetails
.
Implementations§
source§impl Builder
impl Builder
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 status(self, input: UserProfileStatus) -> Self
pub fn status(self, input: UserProfileStatus) -> Self
The status.
sourcepub fn set_status(self, input: Option<UserProfileStatus>) -> Self
pub fn set_status(self, input: Option<UserProfileStatus>) -> Self
The status.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The creation time.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The creation time.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The last modified time.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The last modified time.
sourcepub fn build(self) -> UserProfileDetails
pub fn build(self) -> UserProfileDetails
Consumes the builder and constructs a UserProfileDetails
.