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.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeUsersRequest.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,
AuthenticationTypeDescribeUsersRequest.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,
AuthenticationTypeDescribeUsersRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.