CopyableBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>
, SdkBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>
public static interface CreateUserProfileRequest.Builder extends CopyableBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateUserProfileRequest.Builder |
displayName(String displayName) |
The name that will be displayed as the friendly name for the user in AWS CodeStar.
|
CreateUserProfileRequest.Builder |
emailAddress(String emailAddress) |
The email address that will be displayed as part of the user's profile in AWS CodeStar.
|
CreateUserProfileRequest.Builder |
sshPublicKey(String sshPublicKey) |
The SSH public key associated with the user in AWS CodeStar.
|
CreateUserProfileRequest.Builder |
userArn(String userArn) |
The Amazon Resource Name (ARN) of the user in IAM.
|
copy
apply, build
CreateUserProfileRequest.Builder userArn(String userArn)
The Amazon Resource Name (ARN) of the user in IAM.
userArn
- The Amazon Resource Name (ARN) of the user in IAM.CreateUserProfileRequest.Builder displayName(String displayName)
The name that will be displayed as the friendly name for the user in AWS CodeStar.
displayName
- The name that will be displayed as the friendly name for the user in AWS CodeStar.CreateUserProfileRequest.Builder emailAddress(String emailAddress)
The email address that will be displayed as part of the user's profile in AWS CodeStar.
emailAddress
- The email address that will be displayed as part of the user's profile in AWS CodeStar.CreateUserProfileRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.