Struct aws_sdk_codestar::input::create_user_profile_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateUserProfileInput
Implementations
The Amazon Resource Name (ARN) of the user in IAM.
The Amazon Resource Name (ARN) of the user in IAM.
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 email address that will be displayed as part of the user's profile in AWS CodeStar.
The email address that will be 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 CreateUserProfileInput
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