public static interface UserProfile.Builder extends SdkPojo, CopyableBuilder<UserProfile.Builder,UserProfile>
Modifier and Type | Method and Description |
---|---|
UserProfile.Builder |
allowSelfManagement(Boolean allowSelfManagement)
Whether users can specify their own SSH public key through the My Settings page.
|
UserProfile.Builder |
iamUserArn(String iamUserArn)
The user's IAM ARN.
|
UserProfile.Builder |
name(String name)
The user's name.
|
UserProfile.Builder |
sshPublicKey(String sshPublicKey)
The user's SSH public key.
|
UserProfile.Builder |
sshUsername(String sshUsername)
The user's SSH user name.
|
copy
applyMutation, build
UserProfile.Builder iamUserArn(String iamUserArn)
The user's IAM ARN.
iamUserArn
- The user's IAM ARN.UserProfile.Builder name(String name)
The user's name.
name
- The user's name.UserProfile.Builder sshUsername(String sshUsername)
The user's SSH user name.
sshUsername
- The user's SSH user name.UserProfile.Builder sshPublicKey(String sshPublicKey)
The user's SSH public key.
sshPublicKey
- The user's SSH public key.UserProfile.Builder allowSelfManagement(Boolean allowSelfManagement)
Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
allowSelfManagement
- Whether users can specify their own SSH public key through the My Settings page. For more information,
see Managing User
Permissions.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.