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 whose options you're setting.
|
AdminSetUserSettingsRequest.Builder |
userPoolId(String userPoolId)
The ID of the user pool that contains the user whose options you're setting.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAdminSetUserSettingsRequest.Builder userPoolId(String userPoolId)
The ID of the user pool that contains the user whose options you're setting.
userPoolId - The ID of the user pool that contains the user whose options you're setting.AdminSetUserSettingsRequest.Builder username(String username)
The user name of the user whose options you're setting.
username - The user name of the user whose options you're setting.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 method 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 © 2022. All rights reserved.