Interface ADMChannelRequest.Builder

    • Method Detail

      • clientId

        ADMChannelRequest.Builder clientId​(String clientId)

        The Client ID that you received from Amazon to send messages by using ADM.

        Parameters:
        clientId - The Client ID that you received from Amazon to send messages by using ADM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientSecret

        ADMChannelRequest.Builder clientSecret​(String clientSecret)

        The Client Secret that you received from Amazon to send messages by using ADM.

        Parameters:
        clientSecret - The Client Secret that you received from Amazon to send messages by using ADM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabled

        ADMChannelRequest.Builder enabled​(Boolean enabled)

        Specifies whether to enable the ADM channel for the application.

        Parameters:
        enabled - Specifies whether to enable the ADM channel for the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.