Interface SetDefaultMessageFeedbackEnabledResponse.Builder

    • Method Detail

      • configurationSetArn

        SetDefaultMessageFeedbackEnabledResponse.Builder configurationSetArn​(String configurationSetArn)

        The arn of the configuration set.

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

        SetDefaultMessageFeedbackEnabledResponse.Builder configurationSetName​(String configurationSetName)

        The name of the configuration.

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

        SetDefaultMessageFeedbackEnabledResponse.Builder messageFeedbackEnabled​(Boolean messageFeedbackEnabled)

        True if message feedback is enabled.

        Parameters:
        messageFeedbackEnabled - True if message feedback is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.