Interface SetDefaultSenderIdRequest.Builder

    • Method Detail

      • configurationSetName

        SetDefaultSenderIdRequest.Builder configurationSetName​(String configurationSetName)

        The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.

        Parameters:
        configurationSetName - The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • senderId

        SetDefaultSenderIdRequest.Builder senderId​(String senderId)

        The current sender ID for the configuration set. When sending a text message to a destination country which supports SenderIds, the default sender ID on the configuration set specified on SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are available in your account, instead of a generic sender ID, such as 'NOTICE'.

        Parameters:
        senderId - The current sender ID for the configuration set. When sending a text message to a destination country which supports SenderIds, the default sender ID on the configuration set specified on SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are available in your account, instead of a generic sender ID, such as 'NOTICE'.
        Returns:
        Returns a reference to this object so that method calls can be chained together.