Interface EmailChannelSubtypeParameters.Builder

    • Method Detail

      • destinationEmailAddress

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

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

        EmailChannelSubtypeParameters.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

        EmailChannelSubtypeParameters.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.