public static interface ListGroupMembershipsForMemberRequest.Builder extends IdentitystoreRequest.Builder, SdkPojo, CopyableBuilder<ListGroupMembershipsForMemberRequest.Builder,ListGroupMembershipsForMemberRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupMembershipsForMemberRequest.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId - The globally unique identifier for the identity store.ListGroupMembershipsForMemberRequest.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 ListGroupMembershipsForMemberRequest.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)ListGroupMembershipsForMemberRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request. This parameter is used in the
ListUsers and ListGroups requests to specify how many results to return in one
page. The length limit is 50 characters.
maxResults - The maximum number of results to be returned per request. This parameter is used in the
ListUsers and ListGroups requests to specify how many results to return in
one page. The length limit is 50 characters.ListGroupMembershipsForMemberRequest.Builder nextToken(String nextToken)
The pagination token used for the ListUsers, ListGroups, and
ListGroupMemberships API operations. This value is generated by the identity store service. It
is returned in the API response if the total results are more than the size of one page. This token is also
returned when it is used in the API request to search for the next page.
nextToken - The pagination token used for the ListUsers, ListGroups, and
ListGroupMemberships API operations. This value is generated by the identity store
service. It is returned in the API response if the total results are more than the size of one page.
This token is also returned when it is used in the API request to search for the next page.ListGroupMembershipsForMemberRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGroupMembershipsForMemberRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.