public static interface AdminSetUserSettingsRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<AdminSetUserSettingsRequest.Builder,AdminSetUserSettingsRequest>
| Modifier and Type | Method and Description |
|---|---|
AdminSetUserSettingsRequest.Builder |
mfaOptions(Collection<MFAOptionType> mfaOptions)
You can use this parameter only to set an SMS configuration that uses SMS for delivery.
|
AdminSetUserSettingsRequest.Builder |
mfaOptions(Consumer<MFAOptionType.Builder>... mfaOptions)
You can use this parameter only to set an SMS configuration that uses SMS for delivery.
|
AdminSetUserSettingsRequest.Builder |
mfaOptions(MFAOptionType... mfaOptions)
You can use this parameter only to set an SMS configuration that uses SMS for delivery.
|
AdminSetUserSettingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AdminSetUserSettingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AdminSetUserSettingsRequest.Builder |
username(String username)
The user name of the user that you are setting options for.
|
AdminSetUserSettingsRequest.Builder |
userPoolId(String userPoolId)
The ID of the user pool that contains the user that you are setting options for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAdminSetUserSettingsRequest.Builder userPoolId(String userPoolId)
The ID of the user pool that contains the user that you are setting options for.
userPoolId - The ID of the user pool that contains the user that you are setting options for.AdminSetUserSettingsRequest.Builder username(String username)
The user name of the user that you are setting options for.
username - The user name of the user that you are setting options for.AdminSetUserSettingsRequest.Builder mfaOptions(Collection<MFAOptionType> mfaOptions)
You can use this parameter only to set an SMS configuration that uses SMS for delivery.
mfaOptions - You can use this parameter only to set an SMS configuration that uses SMS for delivery.AdminSetUserSettingsRequest.Builder mfaOptions(MFAOptionType... mfaOptions)
You can use this parameter only to set an SMS configuration that uses SMS for delivery.
mfaOptions - You can use this parameter only to set an SMS configuration that uses SMS for delivery.AdminSetUserSettingsRequest.Builder mfaOptions(Consumer<MFAOptionType.Builder>... mfaOptions)
You can use this parameter only to set an SMS configuration that uses SMS for delivery.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #mfaOptions(List) .mfaOptions - a consumer that will call methods on List.Builder #mfaOptions(List) AdminSetUserSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAdminSetUserSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.