public static interface SetUserSettingsRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<SetUserSettingsRequest.Builder,SetUserSettingsRequest>
| Modifier and Type | Method and Description |
|---|---|
SetUserSettingsRequest.Builder |
accessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user whose user settings you want to configure.
|
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)
A valid access token that Amazon Cognito issued to the user whose user settings you want to configure.
accessToken - A valid access token that Amazon Cognito issued to the user whose user settings you want to configure.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 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) SetUserSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetUserSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.