public static interface ResetPasswordRequest.Builder extends WorkMailRequest.Builder, CopyableBuilder<ResetPasswordRequest.Builder,ResetPasswordRequest>
Modifier and Type | Method and Description |
---|---|
ResetPasswordRequest.Builder |
organizationId(String organizationId)
The identifier of the organization that contains the user for which the password is reset.
|
ResetPasswordRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ResetPasswordRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ResetPasswordRequest.Builder |
password(String password)
The new password for the user.
|
ResetPasswordRequest.Builder |
userId(String userId)
The identifier of the user for whom the password is reset.
|
build
overrideConfiguration
copy
applyMutation, build
ResetPasswordRequest.Builder organizationId(String organizationId)
The identifier of the organization that contains the user for which the password is reset.
organizationId
- The identifier of the organization that contains the user for which the password is reset.ResetPasswordRequest.Builder userId(String userId)
The identifier of the user for whom the password is reset.
userId
- The identifier of the user for whom the password is reset.ResetPasswordRequest.Builder password(String password)
The new password for the user.
password
- The new password for the user.ResetPasswordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ResetPasswordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.