Interface PrincipalUser.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PrincipalUser.Builder,PrincipalUser>,SdkBuilder<PrincipalUser.Builder,PrincipalUser>,SdkPojo
- Enclosing class:
- PrincipalUser
public static interface PrincipalUser.Builder extends SdkPojo, CopyableBuilder<PrincipalUser.Builder,PrincipalUser>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrincipalUser.Builderaccess(String access)Provides information about whether to allow or deny access to the principal.PrincipalUser.Builderaccess(ReadAccessType access)Provides information about whether to allow or deny access to the principal.PrincipalUser.Builderid(String id)The identifier of the user.PrincipalUser.BuildermembershipType(String membershipType)The type of group.PrincipalUser.BuildermembershipType(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, sdkFields
-
-
-
-
Method Detail
-
access
PrincipalUser.Builder access(String 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:
ReadAccessType,ReadAccessType
-
access
PrincipalUser.Builder access(ReadAccessType 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:
ReadAccessType,ReadAccessType
-
id
PrincipalUser.Builder id(String 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.
-
membershipType
PrincipalUser.Builder membershipType(String 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,MembershipType
-
membershipType
PrincipalUser.Builder membershipType(MembershipType 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,MembershipType
-
-