@Generated(value="software.amazon.awssdk:codegen") public final class CreateUserProfileRequest extends CodeStarRequest implements ToCopyableBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateUserProfileRequest.Builder |
| Modifier and Type | Method and 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateUserProfileRequest.Builder> |
serializableBuilderClass() |
String |
sshPublicKey()
The SSH public key associated with the user in AWS CodeStar.
|
CreateUserProfileRequest.Builder |
toBuilder() |
String |
toString() |
String |
userArn()
The Amazon Resource Name (ARN) of the user in IAM.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<CreateUserProfileRequest.Builder,CreateUserProfileRequest>toBuilder in class CodeStarRequestpublic static CreateUserProfileRequest.Builder builder()
public static Class<? extends CreateUserProfileRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.