public static interface ForgotPasswordRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<ForgotPasswordRequest.Builder,ForgotPasswordRequest>
| Modifier and Type | Method and Description |
|---|---|
ForgotPasswordRequest.Builder |
clientId(String clientId)
The ID of the client associated with the user pool.
|
ForgotPasswordRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ForgotPasswordRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ForgotPasswordRequest.Builder |
secretHash(String secretHash)
A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and
username plus the client ID in the message.
|
ForgotPasswordRequest.Builder |
username(String username)
The user name of the user for whom you want to enter a code to reset a forgotten password.
|
buildrequestOverrideConfigcopyapply, buildForgotPasswordRequest.Builder clientId(String clientId)
The ID of the client associated with the user pool.
clientId - The ID of the client associated with the user pool.ForgotPasswordRequest.Builder secretHash(String secretHash)
A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.
secretHash - A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client
and username plus the client ID in the message.ForgotPasswordRequest.Builder username(String username)
The user name of the user for whom you want to enter a code to reset a forgotten password.
username - The user name of the user for whom you want to enter a code to reset a forgotten password.ForgotPasswordRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ForgotPasswordRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.