public static interface ListGroupsRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<ListGroupsRequest.Builder,ListGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGroupsRequest.Builder |
limit(Integer limit)
The limit of the request to list groups.
|
ListGroupsRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListGroupsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListGroupsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListGroupsRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool.
|
buildrequestOverrideConfigcopyapply, buildListGroupsRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool.
userPoolId - The user pool ID for the user pool.ListGroupsRequest.Builder limit(Integer limit)
The limit of the request to list groups.
limit - The limit of the request to list groups.ListGroupsRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.ListGroupsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListGroupsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.