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