public static interface ListUsersInGroupRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUsersInGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListUsersInGroupRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsersInGroupRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListUsersInGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.