public static interface AdminListGroupsForUserRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<AdminListGroupsForUserRequest.Builder,AdminListGroupsForUserRequest>
Modifier and Type | Method and Description |
---|---|
AdminListGroupsForUserRequest.Builder |
limit(Integer limit)
The limit of the request to list groups.
|
AdminListGroupsForUserRequest.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.
|
AdminListGroupsForUserRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AdminListGroupsForUserRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
AdminListGroupsForUserRequest.Builder |
username(String username)
The username for the user.
|
AdminListGroupsForUserRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool.
|
build
requestOverrideConfig
copy
apply, build
AdminListGroupsForUserRequest.Builder username(String username)
The username for the user.
username
- The username for the user.AdminListGroupsForUserRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool.
userPoolId
- The user pool ID for the user pool.AdminListGroupsForUserRequest.Builder limit(Integer limit)
The limit of the request to list groups.
limit
- The limit of the request to list groups.AdminListGroupsForUserRequest.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.AdminListGroupsForUserRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.AdminListGroupsForUserRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.