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 |
password(String password)
The new password for the user.
|
ResetPasswordRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ResetPasswordRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ResetPasswordRequest.Builder |
userId(String userId)
The identifier of the user for whom the password is reset.
|
build
requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ResetPasswordRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.