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 |
allowSelfManagement(Boolean allowSelfManagement) |
Whether users can specify their own SSH public key through the My Settings page.
|
CreateUserProfileRequest.Builder |
iamUserArn(String iamUserArn) |
The user's IAM ARN; this can also be a federated user's ARN.
|
CreateUserProfileRequest.Builder |
sshPublicKey(String sshPublicKey) |
The user's public SSH key.
|
CreateUserProfileRequest.Builder |
sshUsername(String sshUsername) |
The user's SSH user name.
|
copy
apply, build
CreateUserProfileRequest.Builder iamUserArn(String iamUserArn)
The user's IAM ARN; this can also be a federated user's ARN.
iamUserArn
- The user's IAM ARN; this can also be a federated user's ARN.CreateUserProfileRequest.Builder sshUsername(String sshUsername)
The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified
name includes other punctuation marks, AWS OpsWorks Stacks removes them. For example, my.name
will be changed to myname
. If you do not specify an SSH user name, AWS OpsWorks Stacks generates
one from the IAM user name.
sshUsername
- The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the
specified name includes other punctuation marks, AWS OpsWorks Stacks removes them. For example,
my.name
will be changed to myname
. If you do not specify an SSH user name,
AWS OpsWorks Stacks generates one from the IAM user name.CreateUserProfileRequest.Builder sshPublicKey(String sshPublicKey)
The user's public SSH key.
sshPublicKey
- The user's public SSH key.CreateUserProfileRequest.Builder allowSelfManagement(Boolean allowSelfManagement)
Whether users can specify their own SSH public key through the My Settings page. For more information, see Setting an IAM User's Public SSH Key.
allowSelfManagement
- Whether users can specify their own SSH public key through the My Settings page. For more information,
see Setting
an IAM User's Public SSH Key.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.