Interface ListGroupMembershipsForMemberRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListGroupMembershipsForMemberRequest.Builder,
,ListGroupMembershipsForMemberRequest> IdentitystoreRequest.Builder
,SdkBuilder<ListGroupMembershipsForMemberRequest.Builder,
,ListGroupMembershipsForMemberRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListGroupMembershipsForMemberRequest
-
Method Summary
Modifier and TypeMethodDescriptionidentityStoreId
(String identityStoreId) The globally unique identifier for the identity store.maxResults
(Integer maxResults) The maximum number of results to be returned per request.memberId
(Consumer<MemberId.Builder> memberId) An object that contains the identifier of a group member.An object that contains the identifier of a group member.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.
-
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.- Parameters:
memberId
- An object that contains the identifier of a group member. Setting theUserID
field to the specific identifier for a user indicates that the user is a member of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberId
An object that contains the identifier of a group member. Setting the
This is a convenience method that creates an instance of theUserID
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 viaMemberId.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomemberId(MemberId)
.- Parameters:
memberId
- a consumer that will call methods onMemberId.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results to be returned per request. This parameter is used in the
ListUsers
andListGroups
requests to specify how many results to return in one page. The length limit is 50 characters.- Parameters:
maxResults
- The maximum number of results to be returned per request. This parameter is used in theListUsers
andListGroups
requests to specify how many results to return in one page. The length limit is 50 characters.- 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
ListGroupMembershipsForMemberRequest.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
ListGroupMembershipsForMemberRequest.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.
-