Interface SenderIdAndCountry.Builder

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

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

    • senderId

      SenderIdAndCountry.Builder senderId(String senderId)

      The unique identifier of the sender.

      Parameters:
      senderId - The unique identifier of the sender.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isoCountryCode

      SenderIdAndCountry.Builder isoCountryCode(String isoCountryCode)

      The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

      Parameters:
      isoCountryCode - The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.