Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.UserIdentity.Builder
-
Packages that use UserIdentity.Builder Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of UserIdentity.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return UserIdentity.Builder Modifier and Type Method Description UserIdentity.BuilderUserIdentity.Builder. awsAccountId(String awsAccountId)The Amazon Web Services account number of the user in Amazon Web Services, if any.static UserIdentity.BuilderUserIdentity. builder()UserIdentity.BuilderUserIdentity.Builder. principalId(String principalId)The ID of the Amazon CodeCatalyst service principal.UserIdentity.BuilderUserIdentity. toBuilder()UserIdentity.BuilderUserIdentity.Builder. userName(String userName)The display name of the user in Amazon CodeCatalyst.UserIdentity.BuilderUserIdentity.Builder. userType(String userType)The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.UserIdentity.BuilderUserIdentity.Builder. userType(UserType userType)The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type UserIdentity.Builder Modifier and Type Method Description static Class<? extends UserIdentity.Builder>UserIdentity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type UserIdentity.Builder Modifier and Type Method Description default EventLogEntry.BuilderEventLogEntry.Builder. userIdentity(Consumer<UserIdentity.Builder> userIdentity)The system-generated unique ID of the user whose actions are recorded in the event.
-