| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.builder() |
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.createdTimestamp(Instant createdTimestamp)
The date the user profile was created, in timestamp format.
|
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.displayName(String displayName)
The name that is displayed as the friendly name for the user in AWS CodeStar.
|
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.emailAddress(String emailAddress)
The email address that is displayed as part of the user's profile in AWS CodeStar.
|
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.lastModifiedTimestamp(Instant lastModifiedTimestamp)
The date the user profile was last modified, in timestamp format.
|
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.sshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar.
|
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.toBuilder() |
UpdateUserProfileResponse.Builder |
UpdateUserProfileResponse.Builder.userArn(String userArn)
The Amazon Resource Name (ARN) of the user in IAM.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateUserProfileResponse.Builder> |
UpdateUserProfileResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.