Interface AssociatedUser.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssociatedUser.Builder,
,AssociatedUser> SdkBuilder<AssociatedUser.Builder,
,AssociatedUser> SdkPojo
- Enclosing class:
AssociatedUser
@Mutable
@NotThreadSafe
public static interface AssociatedUser.Builder
extends SdkPojo, CopyableBuilder<AssociatedUser.Builder,AssociatedUser>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the associated user.The type of the associated user.type
(MembershipType type) The type of the associated 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
-
id
The unique identifier of the associated user. This is used to identify the user in access control decisions.
- Parameters:
id
- The unique identifier of the associated user. This is used to identify the user in access control decisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the associated user. This indicates the scope of the user's association.
- Parameters:
type
- The type of the associated user. This indicates the scope of the user's association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the associated user. This indicates the scope of the user's association.
- Parameters:
type
- The type of the associated user. This indicates the scope of the user's association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-