Interface ListUsersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListUsersRequest.Builder,,ListUsersRequest> SdkBuilder<ListUsersRequest.Builder,,ListUsersRequest> SdkPojo,SdkRequest.Builder,WickrRequest.Builder
- Enclosing class:
ListUsersRequest
-
Method Summary
Modifier and TypeMethodDescriptionFilter results to only include users with first names matching this value.Filter results to only include users belonging to this security group.Filter results to only include users with last names matching this value.maxResults(Integer maxResults) The maximum number of users to return in a single page.The ID of the Wickr network from which to list users.The token for retrieving the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sortDirection(String sortDirection) The direction to sort results.sortDirection(SortDirection sortDirection) The direction to sort results.sortFields(String sortFields) The fields to sort users by.Filter results to only include users with this status (1 for pending, 2 for active).Filter results to only include users with usernames matching this value.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.wickr.model.WickrRequest.Builder
build
-
Method Details
-
networkId
The ID of the Wickr network from which to list users.
- Parameters:
networkId- The ID of the Wickr network from which to list users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for retrieving the next page of results. This is returned from a previous request when there are more results available.
- Parameters:
nextToken- The token for retrieving the next page of results. This is returned from a previous request when there are more results available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of users to return in a single page. Valid range is 1-100. Default is 10.
- Parameters:
maxResults- The maximum number of users to return in a single page. Valid range is 1-100. Default is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortFields
The fields to sort users by. Multiple fields can be specified by separating them with '+'. Accepted values include 'username', 'firstName', 'lastName', 'status', and 'groupId'.
- Parameters:
sortFields- The fields to sort users by. Multiple fields can be specified by separating them with '+'. Accepted values include 'username', 'firstName', 'lastName', 'status', and 'groupId'.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortDirection
The direction to sort results. Valid values are 'ASC' (ascending) or 'DESC' (descending). Default is 'DESC'.
- Parameters:
sortDirection- The direction to sort results. Valid values are 'ASC' (ascending) or 'DESC' (descending). Default is 'DESC'.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortDirection
The direction to sort results. Valid values are 'ASC' (ascending) or 'DESC' (descending). Default is 'DESC'.
- Parameters:
sortDirection- The direction to sort results. Valid values are 'ASC' (ascending) or 'DESC' (descending). Default is 'DESC'.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
firstName
Filter results to only include users with first names matching this value.
- Parameters:
firstName- Filter results to only include users with first names matching this value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastName
Filter results to only include users with last names matching this value.
- Parameters:
lastName- Filter results to only include users with last names matching this value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
Filter results to only include users with usernames matching this value.
- Parameters:
username- Filter results to only include users with usernames matching this value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Filter results to only include users with this status (1 for pending, 2 for active).
- Parameters:
status- Filter results to only include users with this status (1 for pending, 2 for active).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupId
Filter results to only include users belonging to this security group.
- Parameters:
groupId- Filter results to only include users belonging to this security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-