public static interface GetGroupMembershipIdRequest.Builder extends IdentitystoreRequest.Builder, SdkPojo, CopyableBuilder<GetGroupMembershipIdRequest.Builder,GetGroupMembershipIdRequest>
| Modifier and Type | Method and Description |
|---|---|
GetGroupMembershipIdRequest.Builder |
groupId(String groupId)
The identifier for a group in the identity store.
|
GetGroupMembershipIdRequest.Builder |
identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
default GetGroupMembershipIdRequest.Builder |
memberId(Consumer<MemberId.Builder> memberId)
An object that contains the identifier of a group member.
|
GetGroupMembershipIdRequest.Builder |
memberId(MemberId memberId)
An object that contains the identifier of a group member.
|
GetGroupMembershipIdRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetGroupMembershipIdRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGroupMembershipIdRequest.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId - The globally unique identifier for the identity store.GetGroupMembershipIdRequest.Builder groupId(String groupId)
The identifier for a group in the identity store.
groupId - The identifier for a group in the identity store.GetGroupMembershipIdRequest.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 GetGroupMembershipIdRequest.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)GetGroupMembershipIdRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetGroupMembershipIdRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.