CopyableBuilder<ForgotPasswordRequest.Builder,ForgotPasswordRequest>
, SdkBuilder<ForgotPasswordRequest.Builder,ForgotPasswordRequest>
public static interface ForgotPasswordRequest.Builder extends CopyableBuilder<ForgotPasswordRequest.Builder,ForgotPasswordRequest>
Modifier and Type | Method | Description |
---|---|---|
ForgotPasswordRequest.Builder |
clientId(String 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.
|
ForgotPasswordRequest.Builder |
username(String username) |
The user name of the user for whom you want to enter a code to reset a forgotten password.
|
copy
apply, build
ForgotPasswordRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.