Interface SMSChannelRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SMSChannelRequest.Builder,SMSChannelRequest>, SdkBuilder<SMSChannelRequest.Builder,SMSChannelRequest>, SdkPojo
Enclosing class:
SMSChannelRequest

public static interface SMSChannelRequest.Builder extends SdkPojo, CopyableBuilder<SMSChannelRequest.Builder,SMSChannelRequest>
  • Method Details

    • enabled

      Specifies whether to enable the SMS channel for the application.

      Parameters:
      enabled - Specifies whether to enable the SMS channel for the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • senderId

      SMSChannelRequest.Builder senderId(String senderId)

      The identity that you want to display on recipients' devices when they receive messages from the SMS channel.

      Parameters:
      senderId - The identity that you want to display on recipients' devices when they receive messages from the SMS channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • shortCode

      SMSChannelRequest.Builder shortCode(String shortCode)

      The registered short code that you want to use when you send messages through the SMS channel.

      Parameters:
      shortCode - The registered short code that you want to use when you send messages through the SMS channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.