public static interface ChangePasswordRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<ChangePasswordRequest.Builder,ChangePasswordRequest>
| Modifier and Type | Method and 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.
|
ChangePasswordRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.ChangePasswordRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.