| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst.model |
| Modifier and Type | Method and Description |
|---|---|
UserIdentity.Builder |
UserIdentity.Builder.awsAccountId(String awsAccountId)
The Amazon Web Services account number of the user in Amazon Web Services, if any.
|
static UserIdentity.Builder |
UserIdentity.builder() |
UserIdentity.Builder |
UserIdentity.Builder.principalId(String principalId)
The ID of the Amazon CodeCatalyst service principal.
|
UserIdentity.Builder |
UserIdentity.toBuilder() |
UserIdentity.Builder |
UserIdentity.Builder.userName(String userName)
The display name of the user in Amazon CodeCatalyst.
|
UserIdentity.Builder |
UserIdentity.Builder.userType(String userType)
The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.
|
UserIdentity.Builder |
UserIdentity.Builder.userType(UserType userType)
The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserIdentity.Builder> |
UserIdentity.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EventLogEntry.Builder |
EventLogEntry.Builder.userIdentity(Consumer<UserIdentity.Builder> userIdentity)
The system-generated unique ID of the user whose actions are recorded in the event.
|
Copyright © 2023. All rights reserved.