Struct aws_sdk_codestar::input::update_user_profile_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateUserProfileInput
Implementations
The name that will be displayed as the friendly name for the user in AWS CodeStar.
The name that will be displayed as the friendly name for the user in AWS CodeStar.
The name that is displayed as the friendly name for the user in AWS CodeStar.
The name that is displayed as the friendly name for the user in AWS CodeStar.
The email address that is displayed as part of the user's profile in AWS CodeStar.
The email address that is displayed as part of the user's profile in AWS CodeStar.
The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.
The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.
Consumes the builder and constructs a UpdateUserProfileInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more