public static interface ListGroupMembershipsRequest.Builder extends IdentitystoreRequest.Builder, SdkPojo, CopyableBuilder<ListGroupMembershipsRequest.Builder,ListGroupMembershipsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGroupMembershipsRequest.Builder |
groupId(String groupId)
The identifier for a group in the identity store.
|
ListGroupMembershipsRequest.Builder |
identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
ListGroupMembershipsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListGroupMembershipsRequest.Builder |
nextToken(String nextToken)
The pagination token used for the
ListUsers, ListGroups and
ListGroupMemberships API operations. |
ListGroupMembershipsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGroupMembershipsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupMembershipsRequest.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId - The globally unique identifier for the identity store.ListGroupMembershipsRequest.Builder groupId(String groupId)
The identifier for a group in the identity store.
groupId - The identifier for a group in the identity store.ListGroupMembershipsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request. This parameter is used in all List
requests to specify how many results to return in one page.
maxResults - The maximum number of results to be returned per request. This parameter is used in all
List requests to specify how many results to return in one page.ListGroupMembershipsRequest.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.ListGroupMembershipsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGroupMembershipsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.