Interface UserSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserSummary.Builder,
,UserSummary> SdkBuilder<UserSummary.Builder,
,UserSummary> SdkPojo
- Enclosing class:
UserSummary
@Mutable
@NotThreadSafe
public static interface UserSummary.Builder
extends SdkPojo, CopyableBuilder<UserSummary.Builder,UserSummary>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether the user account is active.The first name of the user.samAccountName
(String samAccountName) The name of the user.The unique security identifier (SID) of the user.The last name 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
-
enabled
Indicates whether the user account is active.
- Parameters:
enabled
- Indicates whether the user account is active.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
givenName
The first name of the user.
- Parameters:
givenName
- The first name of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samAccountName
The name of the user.
- Parameters:
samAccountName
- The name of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sid
The unique security identifier (SID) of the user.
- Parameters:
sid
- The unique security identifier (SID) of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
surname
The last name of the user.
- Parameters:
surname
- The last name of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-