CopyableBuilder<ResendConfirmationCodeRequest.Builder,ResendConfirmationCodeRequest>, SdkBuilder<ResendConfirmationCodeRequest.Builder,ResendConfirmationCodeRequest>public static interface ResendConfirmationCodeRequest.Builder extends CopyableBuilder<ResendConfirmationCodeRequest.Builder,ResendConfirmationCodeRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ResendConfirmationCodeRequest.Builder |
clientId(String clientId) |
The ID of the client associated with the user pool.
|
ResendConfirmationCodeRequest.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.
|
ResendConfirmationCodeRequest.Builder |
username(String username) |
The user name of the user to whom you wish to resend a confirmation code.
|
copyapply, buildResendConfirmationCodeRequest.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.ResendConfirmationCodeRequest.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.ResendConfirmationCodeRequest.Builder username(String username)
The user name of the user to whom you wish to resend a confirmation code.
username - The user name of the user to whom you wish to resend a confirmation code.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.