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.
|
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.
smsAuthenticationMessage - The SMS authentication message.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 © 2019. All rights reserved.