public static interface SmsMfaConfigType.Builder extends SdkPojo, CopyableBuilder<SmsMfaConfigType.Builder,SmsMfaConfigType>
| Modifier and Type | Method and Description |
|---|---|
SmsMfaConfigType.Builder |
smsAuthenticationMessage(String smsAuthenticationMessage)
The SMS authentication message that will be sent to users with the code they must sign in.
|
default SmsMfaConfigType.Builder |
smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration)
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message
from your Amazon Web Services account through Amazon Simple Notification Service.
|
SmsMfaConfigType.Builder |
smsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message
from your Amazon Web Services account through Amazon Simple Notification Service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSmsMfaConfigType.Builder smsAuthenticationMessage(String smsAuthenticationMessage)
The SMS authentication message that will be sent to users with the code they must sign in. The message must contain the ‘{####}’ placeholder, which is replaced with the code. If the message isn't included, and default message will be used.
smsAuthenticationMessage - The SMS authentication message that will be sent to users with the code they must sign in. The message
must contain the ‘{####}’ placeholder, which is replaced with the code. If the message isn't included,
and default message will be used.SmsMfaConfigType.Builder smsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your Amazon Web Services account through Amazon Simple Notification Service. To request Amazon SNS in the Amazon Web Services Region that you want, the Amazon Cognito user pool uses an Identity and Access Management (IAM) role that you provide for your Amazon Web Services account.
smsConfiguration - The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS
message from your Amazon Web Services account through Amazon Simple Notification Service. To request
Amazon SNS in the Amazon Web Services Region that you want, the Amazon Cognito user pool uses an
Identity and Access Management (IAM) role that you provide for your Amazon Web Services account.default SmsMfaConfigType.Builder smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration)
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your Amazon Web Services account through Amazon Simple Notification Service. To request Amazon SNS in the Amazon Web Services Region that you want, the Amazon Cognito user pool uses an Identity and Access Management (IAM) role that you provide for your Amazon Web Services account.
This is a convenience method that creates an instance of theSmsConfigurationType.Builder avoiding
the need to create one manually via SmsConfigurationType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to smsConfiguration(SmsConfigurationType).
smsConfiguration - a consumer that will call methods on SmsConfigurationType.BuildersmsConfiguration(SmsConfigurationType)Copyright © 2022. All rights reserved.