public static interface CreateBackendAuthVerificationMessageConfig.Builder extends SdkPojo, CopyableBuilder<CreateBackendAuthVerificationMessageConfig.Builder,CreateBackendAuthVerificationMessageConfig>
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthVerificationMessageConfig.Builder |
deliveryMethod(DeliveryMethod deliveryMethod)
The type of verification message to send.
|
CreateBackendAuthVerificationMessageConfig.Builder |
deliveryMethod(String deliveryMethod)
The type of verification message to send.
|
default CreateBackendAuthVerificationMessageConfig.Builder |
emailSettings(Consumer<EmailSettings.Builder> emailSettings)
The settings for the email message.
|
CreateBackendAuthVerificationMessageConfig.Builder |
emailSettings(EmailSettings emailSettings)
The settings for the email message.
|
default CreateBackendAuthVerificationMessageConfig.Builder |
smsSettings(Consumer<SmsSettings.Builder> smsSettings)
The settings for the SMS message.
|
CreateBackendAuthVerificationMessageConfig.Builder |
smsSettings(SmsSettings smsSettings)
The settings for the SMS message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBackendAuthVerificationMessageConfig.Builder deliveryMethod(String deliveryMethod)
The type of verification message to send.
deliveryMethod - The type of verification message to send.DeliveryMethod,
DeliveryMethodCreateBackendAuthVerificationMessageConfig.Builder deliveryMethod(DeliveryMethod deliveryMethod)
The type of verification message to send.
deliveryMethod - The type of verification message to send.DeliveryMethod,
DeliveryMethodCreateBackendAuthVerificationMessageConfig.Builder emailSettings(EmailSettings emailSettings)
The settings for the email message.
emailSettings - The settings for the email message.default CreateBackendAuthVerificationMessageConfig.Builder emailSettings(Consumer<EmailSettings.Builder> emailSettings)
The settings for the email message.
This is a convenience method that creates an instance of theEmailSettings.Builder avoiding the need
to create one manually via EmailSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to emailSettings(EmailSettings).
emailSettings - a consumer that will call methods on EmailSettings.BuilderemailSettings(EmailSettings)CreateBackendAuthVerificationMessageConfig.Builder smsSettings(SmsSettings smsSettings)
The settings for the SMS message.
smsSettings - The settings for the SMS message.default CreateBackendAuthVerificationMessageConfig.Builder smsSettings(Consumer<SmsSettings.Builder> smsSettings)
The settings for the SMS message.
This is a convenience method that creates an instance of theSmsSettings.Builder avoiding the need to
create one manually via SmsSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to smsSettings(SmsSettings).
smsSettings - a consumer that will call methods on SmsSettings.BuildersmsSettings(SmsSettings)Copyright © 2023. All rights reserved.