Interface ListUsersInGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CognitoIdentityProviderRequest.Builder
,CopyableBuilder<ListUsersInGroupRequest.Builder,
,ListUsersInGroupRequest> SdkBuilder<ListUsersInGroupRequest.Builder,
,ListUsersInGroupRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListUsersInGroupRequest
public static interface ListUsersInGroupRequest.Builder
extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<ListUsersInGroupRequest.Builder,ListUsersInGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the group.The limit of the request to list users.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.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.userPoolId
(String userPoolId) The user pool ID for the user pool.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
userPoolId
The user pool ID for the user pool.
- Parameters:
userPoolId
- The user pool ID for the user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
The name of the group.
- Parameters:
groupName
- The name of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
The limit of the request to list users.
- Parameters:
limit
- The limit of the request to list users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListUsersInGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListUsersInGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-