public static interface UpdateUserProfileRequest.Builder extends CodeStarRequest.Builder, SdkPojo, CopyableBuilder<UpdateUserProfileRequest.Builder,UpdateUserProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateUserProfileRequest.Builder |
displayName(String displayName)
The name that is displayed as the friendly name for the user in AWS CodeStar.
|
UpdateUserProfileRequest.Builder |
emailAddress(String emailAddress)
The email address that is displayed as part of the user's profile in AWS CodeStar.
|
UpdateUserProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateUserProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateUserProfileRequest.Builder |
sshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar.
|
UpdateUserProfileRequest.Builder |
userArn(String userArn)
The name that will be displayed as the friendly name for the user in AWS CodeStar.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateUserProfileRequest.Builder userArn(String userArn)
The name that will be displayed as the friendly name for the user in AWS CodeStar.
userArn - The name that will be displayed as the friendly name for the user in AWS CodeStar.UpdateUserProfileRequest.Builder displayName(String displayName)
The name that is displayed as the friendly name for the user in AWS CodeStar.
displayName - The name that is displayed as the friendly name for the user in AWS CodeStar.UpdateUserProfileRequest.Builder emailAddress(String emailAddress)
The email address that is displayed as part of the user's profile in AWS CodeStar.
emailAddress - The email address that is displayed as part of the user's profile in AWS CodeStar.UpdateUserProfileRequest.Builder sshPublicKey(String sshPublicKey)
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.
sshPublicKey - 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.UpdateUserProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateUserProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.