Interface PrincipalUser.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PrincipalUser.Builder,
,PrincipalUser> SdkBuilder<PrincipalUser.Builder,
,PrincipalUser> SdkPojo
- Enclosing class:
PrincipalUser
@Mutable
@NotThreadSafe
public static interface PrincipalUser.Builder
extends SdkPojo, CopyableBuilder<PrincipalUser.Builder,PrincipalUser>
-
Method Summary
Modifier and TypeMethodDescriptionProvides information about whether to allow or deny access to the principal.access
(ReadAccessType access) Provides information about whether to allow or deny access to the principal.The identifier of the user.membershipType
(String membershipType) The type of group.membershipType
(MembershipType membershipType) The type of 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
-
id
The identifier of the user.
- Parameters:
id
- The identifier of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
access
Provides information about whether to allow or deny access to the principal.
- Parameters:
access
- Provides information about whether to allow or deny access to the principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
access
Provides information about whether to allow or deny access to the principal.
- Parameters:
access
- Provides information about whether to allow or deny access to the principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
membershipType
The type of group.
- Parameters:
membershipType
- The type of group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
membershipType
The type of group.
- Parameters:
membershipType
- The type of group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-