Interface SmsChannelSubtypeParameters.Builder

    • Method Detail

      • destinationPhoneNumber

        SmsChannelSubtypeParameters.Builder destinationPhoneNumber​(String destinationPhoneNumber)
        Sets the value of the DestinationPhoneNumber property for this object.
        Parameters:
        destinationPhoneNumber - The new value for the DestinationPhoneNumber property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectSourcePhoneNumberArn

        SmsChannelSubtypeParameters.Builder connectSourcePhoneNumberArn​(String connectSourcePhoneNumberArn)
        Sets the value of the ConnectSourcePhoneNumberArn property for this object.
        Parameters:
        connectSourcePhoneNumberArn - The new value for the ConnectSourcePhoneNumberArn property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateArn

        SmsChannelSubtypeParameters.Builder templateArn​(String templateArn)
        Sets the value of the TemplateArn property for this object.
        Parameters:
        templateArn - The new value for the TemplateArn property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateParameters

        SmsChannelSubtypeParameters.Builder templateParameters​(Map<String,​String> templateParameters)
        Sets the value of the TemplateParameters property for this object.
        Parameters:
        templateParameters - The new value for the TemplateParameters property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.