public static interface AdminListUserAuthEventsRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<AdminListUserAuthEventsRequest.Builder,AdminListUserAuthEventsRequest>
Modifier and Type | Method and Description |
---|---|
AdminListUserAuthEventsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of authentication events to return.
|
AdminListUserAuthEventsRequest.Builder |
nextToken(String nextToken)
A pagination token.
|
AdminListUserAuthEventsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AdminListUserAuthEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AdminListUserAuthEventsRequest.Builder |
username(String username)
The user pool username or an alias.
|
AdminListUserAuthEventsRequest.Builder |
userPoolId(String userPoolId)
The user pool ID.
|
build
overrideConfiguration
copy
applyMutation, build
AdminListUserAuthEventsRequest.Builder userPoolId(String userPoolId)
The user pool ID.
userPoolId
- The user pool ID.AdminListUserAuthEventsRequest.Builder username(String username)
The user pool username or an alias.
username
- The user pool username or an alias.AdminListUserAuthEventsRequest.Builder maxResults(Integer maxResults)
The maximum number of authentication events to return.
maxResults
- The maximum number of authentication events to return.AdminListUserAuthEventsRequest.Builder nextToken(String nextToken)
A pagination token.
nextToken
- A pagination token.AdminListUserAuthEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AdminListUserAuthEventsRequest.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.