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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
ChangePasswordRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.