Interface UserIdentity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UserIdentity.Builder,UserIdentity>,SdkBuilder<UserIdentity.Builder,UserIdentity>,SdkPojo
- Enclosing class:
- UserIdentity
public static interface UserIdentity.Builder extends SdkPojo, CopyableBuilder<UserIdentity.Builder,UserIdentity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserIdentity.BuilderawsAccountId(String awsAccountId)The Amazon Web Services account number of the user in Amazon Web Services, if any.UserIdentity.BuilderprincipalId(String principalId)The ID of the Amazon CodeCatalyst service principal.UserIdentity.BuilderuserName(String userName)The display name of the user in Amazon CodeCatalyst.UserIdentity.BuilderuserType(String userType)The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.UserIdentity.BuilderuserType(UserType userType)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, sdkFields
-
-
-
-
Method Detail
-
userType
UserIdentity.Builder userType(String userType)
The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.
-
userType
UserIdentity.Builder userType(UserType userType)
The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.
-
principalId
UserIdentity.Builder principalId(String 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
UserIdentity.Builder userName(String 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
UserIdentity.Builder awsAccountId(String 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.
-
-