public static interface AdminSetUserPasswordRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<AdminSetUserPasswordRequest.Builder,AdminSetUserPasswordRequest>
| Modifier and Type | Method and Description |
|---|---|
AdminSetUserPasswordRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AdminSetUserPasswordRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AdminSetUserPasswordRequest.Builder |
password(String password)
Sets the value of the Password property for this object.
|
AdminSetUserPasswordRequest.Builder |
permanent(Boolean permanent)
Sets the value of the Permanent property for this object.
|
AdminSetUserPasswordRequest.Builder |
username(String username)
Sets the value of the Username property for this object.
|
AdminSetUserPasswordRequest.Builder |
userPoolId(String userPoolId)
Sets the value of the UserPoolId property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAdminSetUserPasswordRequest.Builder userPoolId(String userPoolId)
userPoolId - The new value for the UserPoolId property for this object.AdminSetUserPasswordRequest.Builder username(String username)
username - The new value for the Username property for this object.AdminSetUserPasswordRequest.Builder password(String password)
password - The new value for the Password property for this object.AdminSetUserPasswordRequest.Builder permanent(Boolean permanent)
permanent - The new value for the Permanent property for this object.AdminSetUserPasswordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAdminSetUserPasswordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.