public static interface DescribeUsersRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeUsersRequest.Builder,DescribeUsersRequest>
Modifier and Type | Method and Description |
---|---|
DescribeUsersRequest.Builder |
authenticationType(AuthenticationType authenticationType)
The authentication type for the users in the user pool to describe.
|
DescribeUsersRequest.Builder |
authenticationType(String authenticationType)
The authentication type for the users in the user pool to describe.
|
DescribeUsersRequest.Builder |
maxResults(Integer maxResults)
The maximum size of each page of results.
|
DescribeUsersRequest.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeUsersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeUsersRequest.Builder authenticationType(String authenticationType)
The authentication type for the users in the user pool to describe. You must specify USERPOOL.
authenticationType
- The authentication type for the users in the user pool to describe. You must specify USERPOOL.AuthenticationType
,
AuthenticationType
DescribeUsersRequest.Builder authenticationType(AuthenticationType authenticationType)
The authentication type for the users in the user pool to describe. You must specify USERPOOL.
authenticationType
- The authentication type for the users in the user pool to describe. You must specify USERPOOL.AuthenticationType
,
AuthenticationType
DescribeUsersRequest.Builder maxResults(Integer maxResults)
The maximum size of each page of results.
maxResults
- The maximum size of each page of results.DescribeUsersRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.DescribeUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.