Interface SetDefaultSenderIdResponse.Builder

    • Method Detail

      • configurationSetArn

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

        SetDefaultSenderIdResponse.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.
      • senderId

        SetDefaultSenderIdResponse.Builder senderId​(String senderId)

        The default sender ID to set for the ConfigurationSet.

        Parameters:
        senderId - The default sender ID to set for the ConfigurationSet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.