static SearchGroupsRequest.Builder |
SearchGroupsRequest.builder() |
|
SearchGroupsRequest.Builder |
SearchGroupsRequest.Builder.directoryId(String directoryId) |
The identifier (ID) of the directory that's associated with the group.
|
SearchGroupsRequest.Builder |
SearchGroupsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to be returned per request.
|
SearchGroupsRequest.Builder |
SearchGroupsRequest.Builder.nextToken(String nextToken) |
An encoded paging token for paginated calls that can be passed back to retrieve the next page.
|
SearchGroupsRequest.Builder |
SearchGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
SearchGroupsRequest.Builder |
SearchGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
SearchGroupsRequest.Builder |
SearchGroupsRequest.Builder.realm(String realm) |
The domain name that's associated with the group.
|
SearchGroupsRequest.Builder |
SearchGroupsRequest.Builder.searchAttributes(String... searchAttributes) |
One or more data attributes that are used to search for a group.
|
SearchGroupsRequest.Builder |
SearchGroupsRequest.Builder.searchAttributes(Collection<String> searchAttributes) |
One or more data attributes that are used to search for a group.
|
SearchGroupsRequest.Builder |
SearchGroupsRequest.Builder.searchString(String searchString) |
The attribute value that you want to search for.
|
SearchGroupsRequest.Builder |
SearchGroupsRequest.toBuilder() |
|