Interface User.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<User.Builder,,- User> - SdkBuilder<User.Builder,,- User> - SdkPojo
- Enclosing class:
- User
@Mutable
@NotThreadSafe
public static interface User.Builder
extends SdkPojo, CopyableBuilder<User.Builder,User> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ID of the user or group.Specifies whether this is a single user or a group.Specifies whether this is a single user or a group.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- 
idThe ID of the user or group. Pattern: ^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$- Parameters:
- id- The ID of the user or group.- Pattern: - ^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
typeSpecifies whether this is a single user or a group. - Parameters:
- type- Specifies whether this is a single user or a group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeSpecifies whether this is a single user or a group. - Parameters:
- type- Specifies whether this is a single user or a group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-