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.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #recipients(List) .recipients - a consumer that will call methods on List.Builder #recipients(List) Copyright © 2022. All rights reserved.