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