Interface AdminSetUserPasswordRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CognitoIdentityProviderRequest.Builder
,CopyableBuilder<AdminSetUserPasswordRequest.Builder,
,AdminSetUserPasswordRequest> SdkBuilder<AdminSetUserPasswordRequest.Builder,
,AdminSetUserPasswordRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
AdminSetUserPasswordRequest
public static interface AdminSetUserPasswordRequest.Builder
extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<AdminSetUserPasswordRequest.Builder,AdminSetUserPasswordRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The password for the user.True
if the password is permanent,False
if it is temporary.The user name of the user whose password you want to set.userPoolId
(String userPoolId) The user pool ID for the user pool where you want to set the user's password.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
userPoolId
The user pool ID for the user pool where you want to set the user's password.
- Parameters:
userPoolId
- The user pool ID for the user pool where you want to set the user's password.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
The user name of the user whose password you want to set.
- Parameters:
username
- The user name of the user whose password you want to set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
password
The password for the user.
- Parameters:
password
- The password for the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permanent
True
if the password is permanent,False
if it is temporary.- Parameters:
permanent
-True
if the password is permanent,False
if it is temporary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AdminSetUserPasswordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AdminSetUserPasswordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-