| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
static UserProfileSummary.Builder |
UserProfileSummary.builder() |
UserProfileSummary.Builder |
UserProfileSummary.Builder.displayName(String displayName)
The display name of a user in AWS CodeStar.
|
UserProfileSummary.Builder |
UserProfileSummary.Builder.emailAddress(String emailAddress)
The email address associated with the user.
|
UserProfileSummary.Builder |
UserProfileSummary.Builder.sshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar.
|
UserProfileSummary.Builder |
UserProfileSummary.toBuilder() |
UserProfileSummary.Builder |
UserProfileSummary.Builder.userArn(String userArn)
The Amazon Resource Name (ARN) of the user in IAM.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserProfileSummary.Builder> |
UserProfileSummary.serializableBuilderClass() |
Copyright © 2021. All rights reserved.