public static interface UpdateUserProfileRequest.Builder extends CodeStarRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateUserProfileRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateUserProfileRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.