Interface ListQueuedMessagesResponse.Builder

    • Method Detail

      • nextToken

        ListQueuedMessagesResponse.Builder nextToken​(String nextToken)

        To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

        Parameters:
        nextToken - To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • downlinkQueueMessagesList

        ListQueuedMessagesResponse.Builder downlinkQueueMessagesList​(Collection<DownlinkQueueMessage> downlinkQueueMessagesList)

        The messages in the downlink queue.

        Parameters:
        downlinkQueueMessagesList - The messages in the downlink queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • downlinkQueueMessagesList

        ListQueuedMessagesResponse.Builder downlinkQueueMessagesList​(DownlinkQueueMessage... downlinkQueueMessagesList)

        The messages in the downlink queue.

        Parameters:
        downlinkQueueMessagesList - The messages in the downlink queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.