CopyableBuilder<ChangePasswordRequest.Builder,ChangePasswordRequest>, SdkBuilder<ChangePasswordRequest.Builder,ChangePasswordRequest>public static interface ChangePasswordRequest.Builder extends CopyableBuilder<ChangePasswordRequest.Builder,ChangePasswordRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ChangePasswordRequest.Builder |
accessToken(String accessToken) |
The access token in the change password request.
|
ChangePasswordRequest.Builder |
previousPassword(String previousPassword) |
The old password in the change password request.
|
ChangePasswordRequest.Builder |
proposedPassword(String proposedPassword) |
The new password in the change password request.
|
copyapply, buildChangePasswordRequest.Builder previousPassword(String previousPassword)
The old password in the change password request.
previousPassword - The old password in the change password request.ChangePasswordRequest.Builder proposedPassword(String proposedPassword)
The new password in the change password request.
proposedPassword - The new password in the change password request.ChangePasswordRequest.Builder accessToken(String accessToken)
The access token in the change password request.
accessToken - The access token in the change password request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.