Interface ListGroupMembershipsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListGroupMembershipsRequest.Builder,
,ListGroupMembershipsRequest> IdentitystoreRequest.Builder
,SdkBuilder<ListGroupMembershipsRequest.Builder,
,ListGroupMembershipsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListGroupMembershipsRequest
@Mutable
@NotThreadSafe
public static interface ListGroupMembershipsRequest.Builder
extends IdentitystoreRequest.Builder, SdkPojo, CopyableBuilder<ListGroupMembershipsRequest.Builder,ListGroupMembershipsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier for a group in the identity store.identityStoreId
(String identityStoreId) The globally unique identifier for the identity store.maxResults
(Integer maxResults) The maximum number of results to be returned per request.The pagination token used for theListUsers
,ListGroups
andListGroupMemberships
API operations.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.- Parameters:
maxResults
- The maximum number of results to be returned per request. This parameter is used in allList
requests 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
The pagination token used for the
ListUsers
,ListGroups
andListGroupMemberships
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.- Parameters:
nextToken
- The pagination token used for theListUsers
,ListGroups
andListGroupMemberships
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGroupMembershipsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListGroupMembershipsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-