| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeUserProfileResponse.Builder |
DescribeUserProfileResponse.builder() |
DescribeUserProfileResponse.Builder |
DescribeUserProfileResponse.Builder.createdTimestamp(Instant createdTimestamp)
The date and time when the user profile was created in AWS CodeStar, in timestamp format.
|
DescribeUserProfileResponse.Builder |
DescribeUserProfileResponse.Builder.displayName(String displayName)
The display name shown for the user in AWS CodeStar projects.
|
DescribeUserProfileResponse.Builder |
DescribeUserProfileResponse.Builder.emailAddress(String emailAddress)
The email address for the user.
|
DescribeUserProfileResponse.Builder |
DescribeUserProfileResponse.Builder.lastModifiedTimestamp(Instant lastModifiedTimestamp)
The date and time when the user profile was last modified, in timestamp format.
|
DescribeUserProfileResponse.Builder |
DescribeUserProfileResponse.Builder.sshPublicKey(String sshPublicKey)
The SSH public key associated with the user.
|
DescribeUserProfileResponse.Builder |
DescribeUserProfileResponse.toBuilder() |
DescribeUserProfileResponse.Builder |
DescribeUserProfileResponse.Builder.userArn(String userArn)
The Amazon Resource Name (ARN) of the user.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeUserProfileResponse.Builder> |
DescribeUserProfileResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.