public static interface SMSConfiguration.Builder extends SdkPojo, CopyableBuilder<SMSConfiguration.Builder,SMSConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SMSConfiguration.Builder |
additionalMessage(String additionalMessage)
The message that you want to send.
|
SMSConfiguration.Builder |
recipients(Collection<RecipientDetail> recipients)
Specifies one or more recipients who receive the message.
|
SMSConfiguration.Builder |
recipients(Consumer<RecipientDetail.Builder>... recipients)
Specifies one or more recipients who receive the message.
|
SMSConfiguration.Builder |
recipients(RecipientDetail... recipients)
Specifies one or more recipients who receive the message.
|
SMSConfiguration.Builder |
senderId(String senderId)
The sender ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSMSConfiguration.Builder senderId(String senderId)
The sender ID.
senderId - The sender ID.SMSConfiguration.Builder additionalMessage(String additionalMessage)
The message that you want to send. The message can be up to 200 characters.
additionalMessage - The message that you want to send. The message can be up to 200 characters.SMSConfiguration.Builder recipients(Collection<RecipientDetail> recipients)
Specifies one or more recipients who receive the message.
You must add the users that receive SMS messages to your AWS SSO store.
recipients - Specifies one or more recipients who receive the message. You must add the users that receive SMS messages to your AWS SSO store.
SMSConfiguration.Builder recipients(RecipientDetail... recipients)
Specifies one or more recipients who receive the message.
You must add the users that receive SMS messages to your AWS SSO store.
recipients - Specifies one or more recipients who receive the message. You must add the users that receive SMS messages to your AWS SSO store.
SMSConfiguration.Builder recipients(Consumer<RecipientDetail.Builder>... recipients)
Specifies one or more recipients who receive the message.
You must add the users that receive SMS messages to your AWS SSO store.
RecipientDetail.Builder avoiding the need to create
one manually via RecipientDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #recipients(List.
recipients - a consumer that will call methods on
RecipientDetail.Builder#recipients(java.util.Collection) Copyright © 2023. All rights reserved.