Interface SetDefaultMessageTypeResponse.Builder

    • Method Detail

      • configurationSetArn

        SetDefaultMessageTypeResponse.Builder configurationSetArn​(String configurationSetArn)

        The Amazon Resource Name (ARN) of the updated configuration set.

        Parameters:
        configurationSetArn - The Amazon Resource Name (ARN) of the updated configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurationSetName

        SetDefaultMessageTypeResponse.Builder configurationSetName​(String configurationSetName)

        The name of the configuration set that was updated.

        Parameters:
        configurationSetName - The name of the configuration set that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • messageType

        SetDefaultMessageTypeResponse.Builder messageType​(String messageType)

        The new default message type of the configuration set.

        Parameters:
        messageType - The new default message type of the configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MessageType, MessageType
      • messageType

        SetDefaultMessageTypeResponse.Builder messageType​(MessageType messageType)

        The new default message type of the configuration set.

        Parameters:
        messageType - The new default message type of the configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MessageType, MessageType