Interface ListGroupMembershipsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListGroupMembershipsRequest.Builder,ListGroupMembershipsRequest>,IdentitystoreRequest.Builder,SdkBuilder<ListGroupMembershipsRequest.Builder,ListGroupMembershipsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListGroupMembershipsRequest
public static interface ListGroupMembershipsRequest.Builder extends IdentitystoreRequest.Builder, SdkPojo, CopyableBuilder<ListGroupMembershipsRequest.Builder,ListGroupMembershipsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGroupMembershipsRequest.BuildergroupId(String groupId)The identifier for a group in the identity store.ListGroupMembershipsRequest.BuilderidentityStoreId(String identityStoreId)The globally unique identifier for the identity store.ListGroupMembershipsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per request.ListGroupMembershipsRequest.BuildernextToken(String nextToken)The pagination token used for theListUsers,ListGroupsandListGroupMembershipsAPI operations.ListGroupMembershipsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGroupMembershipsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.identitystore.model.IdentitystoreRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
identityStoreId
ListGroupMembershipsRequest.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
- Parameters:
identityStoreId- The globally unique identifier for the identity store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupId
ListGroupMembershipsRequest.Builder groupId(String groupId)
The identifier for a group in the identity store.
- Parameters:
groupId- The identifier for a group in the identity store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListGroupMembershipsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request. This parameter is used in all
Listrequests to specify how many results to return in one page.- Parameters:
maxResults- The maximum number of results to be returned per request. This parameter is used in allListrequests to specify how many results to return in one page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListGroupMembershipsRequest.Builder nextToken(String nextToken)
The pagination token used for the
ListUsers,ListGroupsandListGroupMembershipsAPI 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.- Parameters:
nextToken- The pagination token used for theListUsers,ListGroupsandListGroupMembershipsAPI 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGroupMembershipsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListGroupMembershipsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-