CopyableBuilder<ListUsersInGroupRequest.Builder,ListUsersInGroupRequest>
, SdkBuilder<ListUsersInGroupRequest.Builder,ListUsersInGroupRequest>
public static interface ListUsersInGroupRequest.Builder extends CopyableBuilder<ListUsersInGroupRequest.Builder,ListUsersInGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
ListUsersInGroupRequest.Builder |
groupName(String groupName) |
The name of the group.
|
ListUsersInGroupRequest.Builder |
limit(Integer limit) |
The limit of the request to list users.
|
ListUsersInGroupRequest.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.
|
ListUsersInGroupRequest.Builder |
userPoolId(String userPoolId) |
The user pool ID for the user pool.
|
copy
apply, build
ListUsersInGroupRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool.
userPoolId
- The user pool ID for the user pool.ListUsersInGroupRequest.Builder groupName(String groupName)
The name of the group.
groupName
- The name of the group.ListUsersInGroupRequest.Builder limit(Integer limit)
The limit of the request to list users.
limit
- The limit of the request to list users.ListUsersInGroupRequest.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.