Interface ResetPasswordRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ResetPasswordRequest.Builder,,- ResetPasswordRequest> - SdkBuilder<ResetPasswordRequest.Builder,,- ResetPasswordRequest> - SdkPojo,- SdkRequest.Builder,- WorkMailRequest.Builder
- Enclosing class:
- ResetPasswordRequest
@Mutable
@NotThreadSafe
public static interface ResetPasswordRequest.Builder
extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<ResetPasswordRequest.Builder,ResetPasswordRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionorganizationId(String organizationId) The identifier of the organization that contains the user for which the password is reset.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The new password for the user.The identifier of the user for whom the password is reset.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailRequest.Builderbuild
- 
Method Details- 
organizationIdThe identifier of the organization that contains the user for which the password is reset. - Parameters:
- organizationId- The identifier of the organization that contains the user for which the password is reset.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
userIdThe identifier of the user for whom the password is reset. - Parameters:
- userId- The identifier of the user for whom the password is reset.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
passwordThe new password for the user. - Parameters:
- password- The new password for the user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationResetPasswordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationResetPasswordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-