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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
userTypeThe 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:
 
- 
userTypeThe 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:
 
- 
principalIdThe 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.
 
- 
userNameThe 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.
 
- 
awsAccountIdThe 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.
 
 
-