static CreateUserProfileResponse.Builder |
CreateUserProfileResponse.builder() |
|
CreateUserProfileResponse.Builder |
CreateUserProfileResponse.Builder.createdTimestamp(Instant createdTimestamp) |
The date the user profile was created, in timestamp format.
|
CreateUserProfileResponse.Builder |
CreateUserProfileResponse.Builder.displayName(String displayName) |
The name that is displayed as the friendly name for the user in AWS CodeStar.
|
CreateUserProfileResponse.Builder |
CreateUserProfileResponse.Builder.emailAddress(String emailAddress) |
The email address that is displayed as part of the user's profile in AWS CodeStar.
|
CreateUserProfileResponse.Builder |
CreateUserProfileResponse.Builder.lastModifiedTimestamp(Instant lastModifiedTimestamp) |
The date the user profile was last modified, in timestamp format.
|
CreateUserProfileResponse.Builder |
CreateUserProfileResponse.Builder.sshPublicKey(String sshPublicKey) |
The SSH public key associated with the user in AWS CodeStar.
|
CreateUserProfileResponse.Builder |
CreateUserProfileResponse.toBuilder() |
|
CreateUserProfileResponse.Builder |
CreateUserProfileResponse.Builder.userArn(String userArn) |
The Amazon Resource Name (ARN) of the user in IAM.
|