public static interface GroupMembershipExistenceResult.Builder extends SdkPojo, CopyableBuilder<GroupMembershipExistenceResult.Builder,GroupMembershipExistenceResult>
| Modifier and Type | Method and Description |
|---|---|
GroupMembershipExistenceResult.Builder |
groupId(String groupId)
The identifier for a group in the identity store.
|
default GroupMembershipExistenceResult.Builder |
memberId(Consumer<MemberId.Builder> memberId)
An object that contains the identifier of a group member.
|
GroupMembershipExistenceResult.Builder |
memberId(MemberId memberId)
An object that contains the identifier of a group member.
|
GroupMembershipExistenceResult.Builder |
membershipExists(Boolean membershipExists)
Indicates whether a membership relation exists or not.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGroupMembershipExistenceResult.Builder groupId(String groupId)
The identifier for a group in the identity store.
groupId - The identifier for a group in the identity store.GroupMembershipExistenceResult.Builder memberId(MemberId memberId)
An object that contains the identifier of a group member. Setting the UserID field to the
specific identifier for a user indicates that the user is a member of the group.
memberId - An object that contains the identifier of a group member. Setting the UserID field to the
specific identifier for a user indicates that the user is a member of the group.default GroupMembershipExistenceResult.Builder memberId(Consumer<MemberId.Builder> memberId)
An object that contains the identifier of a group member. Setting the UserID field to the
specific identifier for a user indicates that the user is a member of the group.
MemberId.Builder avoiding the need to
create one manually via MemberId.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to memberId(MemberId).
memberId - a consumer that will call methods on MemberId.BuildermemberId(MemberId)GroupMembershipExistenceResult.Builder membershipExists(Boolean membershipExists)
Indicates whether a membership relation exists or not.
membershipExists - Indicates whether a membership relation exists or not.Copyright © 2023. All rights reserved.