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) |
DescribeUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDescribeUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.