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 |
|---|---|---|
static CreateUserProfileRequest.Builder |
builder() |
|
String |
displayName() |
The name that will be displayed as the friendly name for the user in AWS CodeStar.
|
String |
emailAddress() |
The email address that will be displayed as part of the user's profile in AWS CodeStar.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateUserProfileRequest.Builder> |
serializableBuilderClass() |
|
String |
sshPublicKey() |
The SSH public key associated with the user in AWS CodeStar.
|
CreateUserProfileRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userArn() |
The Amazon Resource Name (ARN) of the user in IAM.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String userArn()
The Amazon Resource Name (ARN) of the user in IAM.
public String displayName()
The name that will be displayed as the friendly name for the user in AWS CodeStar.
public String emailAddress()
The email address that will be displayed as part of the user's profile in AWS CodeStar.
public 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.
public CreateUserProfileRequest.Builder toBuilder()
ToCopyableBuildertoBuilder 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.