public static interface SetUserSettingsRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<SetUserSettingsRequest.Builder,SetUserSettingsRequest>
| Modifier and Type | Method and Description |
|---|---|
SetUserSettingsRequest.Builder |
accessToken(String accessToken)
The access token for the set user settings request.
|
SetUserSettingsRequest.Builder |
mfaOptions(Collection<MFAOptionType> mfaOptions)
You can use this parameter only to set an SMS configuration that uses SMS for delivery.
|
SetUserSettingsRequest.Builder |
mfaOptions(Consumer<MFAOptionType.Builder>... mfaOptions)
You can use this parameter only to set an SMS configuration that uses SMS for delivery.
|
SetUserSettingsRequest.Builder |
mfaOptions(MFAOptionType... mfaOptions)
You can use this parameter only to set an SMS configuration that uses SMS for delivery.
|
SetUserSettingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetUserSettingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetUserSettingsRequest.Builder accessToken(String accessToken)
The access token for the set user settings request.
accessToken - The access token for the set user settings request.SetUserSettingsRequest.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.SetUserSettingsRequest.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.SetUserSettingsRequest.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) SetUserSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetUserSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.