CopyableBuilder<AdminListGroupsForUserRequest.Builder,AdminListGroupsForUserRequest>
, SdkBuilder<AdminListGroupsForUserRequest.Builder,AdminListGroupsForUserRequest>
public static interface AdminListGroupsForUserRequest.Builder extends CopyableBuilder<AdminListGroupsForUserRequest.Builder,AdminListGroupsForUserRequest>
Modifier and Type | Method | 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 |
username(String username) |
The username for the user.
|
AdminListGroupsForUserRequest.Builder |
userPoolId(String userPoolId) |
The user pool ID for the user pool.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.