Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateUserProfileRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateUserProfileRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
Boolean |
allowSelfManagement() |
Whether users can specify their own SSH public key through the My Settings page.
|
static CreateUserProfileRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
iamUserArn() |
The user's IAM ARN; this can also be a federated user's ARN.
|
static Class<? extends CreateUserProfileRequest.Builder> |
serializableBuilderClass() |
|
String |
sshPublicKey() |
The user's public SSH key.
|
String |
sshUsername() |
The user's SSH user name.
|
CreateUserProfileRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String iamUserArn()
The user's IAM ARN; this can also be a federated user's ARN.
public 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.
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.public String sshPublicKey()
The user's public SSH key.
public 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.
public CreateUserProfileRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>
public static CreateUserProfileRequest.Builder builder()
public static Class<? extends CreateUserProfileRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.