Interface PrincipalOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PrincipalOutput.Builder,
,PrincipalOutput> SdkBuilder<PrincipalOutput.Builder,
,PrincipalOutput> SdkPojo
- Enclosing class:
PrincipalOutput
@Mutable
@NotThreadSafe
public static interface PrincipalOutput.Builder
extends SdkPojo, CopyableBuilder<PrincipalOutput.Builder,PrincipalOutput>
-
Method Summary
Modifier and TypeMethodDescriptionThe email address associated with the user.The unique identifier of the user.The type of the user.userType
(PrincipalOutputUserTypeEnum userType) The type of the user.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
-
userId
The unique identifier of the user.
- Parameters:
userId
- The unique identifier of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userType
The type of the user.
- Parameters:
userType
- The type of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userType
The type of the user.
- Parameters:
userType
- The type of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
email
The email address associated with the user.
- Parameters:
email
- The email address associated with the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-