Interface UserIdentity.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserIdentity.Builder,
,UserIdentity> SdkBuilder<UserIdentity.Builder,
,UserIdentity> SdkPojo
- Enclosing class:
UserIdentity
@Mutable
@NotThreadSafe
public static interface UserIdentity.Builder
extends SdkPojo, CopyableBuilder<UserIdentity.Builder,UserIdentity>
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The Amazon Web Services account number of the user in Amazon Web Services, if any.principalId
(String principalId) The ID of the Amazon CodeCatalyst service principal.The display name of the user in Amazon CodeCatalyst.The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
userType
The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.
- Parameters:
userType
- The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userType
The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.
- Parameters:
userType
- The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
principalId
The ID of the Amazon CodeCatalyst service principal.
- Parameters:
principalId
- The ID of the Amazon CodeCatalyst service principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userName
The display name of the user in Amazon CodeCatalyst.
- Parameters:
userName
- The display name of the user in Amazon CodeCatalyst.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
The Amazon Web Services account number of the user in Amazon Web Services, if any.
- Parameters:
awsAccountId
- The Amazon Web Services account number of the user in Amazon Web Services, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-