public static interface UserIdentity.Builder extends SdkPojo, CopyableBuilder<UserIdentity.Builder,UserIdentity>
| Modifier and Type | Method and Description |
|---|---|
UserIdentity.Builder |
awsAccountId(String awsAccountId)
The Amazon Web Services account number of the user in Amazon Web Services, if any.
|
UserIdentity.Builder |
principalId(String principalId)
The ID of the Amazon CodeCatalyst service principal.
|
UserIdentity.Builder |
userName(String userName)
The display name of the user in Amazon CodeCatalyst.
|
UserIdentity.Builder |
userType(String userType)
The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.
|
UserIdentity.Builder |
userType(UserType userType)
The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserIdentity.Builder userType(String userType)
The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.
UserIdentity.Builder userType(UserType userType)
The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.
UserIdentity.Builder principalId(String principalId)
The ID of the Amazon CodeCatalyst service principal.
principalId - The ID of the Amazon CodeCatalyst service principal.UserIdentity.Builder userName(String userName)
The display name of the user in Amazon CodeCatalyst.
userName - The display name of the user in Amazon CodeCatalyst.UserIdentity.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account number of the user in Amazon Web Services, if any.
awsAccountId - The Amazon Web Services account number of the user in Amazon Web Services, if any.Copyright © 2023. All rights reserved.