public static interface ListUsersInGroupRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<ListUsersInGroupRequest.Builder,ListUsersInGroupRequest>
Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListUsersInGroupRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListUsersInGroupRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool.
|
build
requestOverrideConfig
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.ListUsersInGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListUsersInGroupRequest.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.