public static interface DescribeUsersRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeUsersRequest.Builder,DescribeUsersRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeUsersRequest.Builder |
filters(Collection<Filter> filters)
Filter to determine the list of users to return.
|
DescribeUsersRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
Filter to determine the list of users to return.
|
DescribeUsersRequest.Builder |
filters(Filter... filters)
Filter to determine the list of users to return.
|
DescribeUsersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of records to include in the response.
|
DescribeUsersRequest.Builder |
nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
DescribeUsersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeUsersRequest.Builder |
userName(String userName)
The name of the user
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUsersRequest.Builder userName(String userName)
The name of the user
userName - The name of the userDescribeUsersRequest.Builder filters(Collection<Filter> filters)
Filter to determine the list of users to return.
filters - Filter to determine the list of users to return.DescribeUsersRequest.Builder filters(Filter... filters)
Filter to determine the list of users to return.
filters - Filter to determine the list of users to return.DescribeUsersRequest.Builder filters(Consumer<Filter.Builder>... filters)
Filter to determine the list of users to return.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) DescribeUsersRequest.Builder maxResults(Integer maxResults)
The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
maxResults - The maximum number of records to include in the response. If more records exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be retrieved.DescribeUsersRequest.Builder nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken - An optional argument to pass in case the total number of records exceeds the value of MaxResults. If
nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.DescribeUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.