public static interface CreateUserProfileRequest.Builder extends OpsWorksRequest.Builder, CopyableBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>
Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateUserProfileRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateUserProfileRequest.Builder |
sshPublicKey(String sshPublicKey)
The user's public SSH key.
|
CreateUserProfileRequest.Builder |
sshUsername(String sshUsername)
The user's SSH user name.
|
build
requestOverrideConfig
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.CreateUserProfileRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.CreateUserProfileRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.