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 need to sign in.
|
default SmsMfaConfigType.Builder |
smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration)
The SMS configuration.
|
SmsMfaConfigType.Builder |
smsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSmsMfaConfigType.Builder smsAuthenticationMessage(String smsAuthenticationMessage)
The SMS authentication message that will be sent to users with the code they need to sign in. The message must contain the ‘{####}’ placeholder, which will be replaced with the code. If the message is not included, and default message will be used.
smsAuthenticationMessage - The SMS authentication message that will be sent to users with the code they need to sign in. The
message must contain the ‘{####}’ placeholder, which will be replaced with the code. If the message is
not included, and default message will be used.SmsMfaConfigType.Builder smsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration.
smsConfiguration - The SMS configuration.default SmsMfaConfigType.Builder smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration)
The SMS configuration.
This is a convenience 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 © 2020. All rights reserved.