Interface SetDefaultMessageTypeRequest.Builder

    • Method Detail

      • configurationSetName

        SetDefaultMessageTypeRequest.Builder configurationSetName​(String configurationSetName)

        The configuration set to update with a new default message type. This field can be the ConsigurationSetName or ConfigurationSetArn.

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

        SetDefaultMessageTypeRequest.Builder messageType​(String messageType)

        The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.

        Parameters:
        messageType - The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MessageType, MessageType
      • messageType

        SetDefaultMessageTypeRequest.Builder messageType​(MessageType messageType)

        The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.

        Parameters:
        messageType - The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MessageType, MessageType