Interface ListDeviceEventsResponse.Builder

    • Method Detail

      • deviceEvents

        ListDeviceEventsResponse.Builder deviceEvents​(Collection<DeviceEvent> deviceEvents)

        The device events requested for the device ARN.

        Parameters:
        deviceEvents - The device events requested for the device ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceEvents

        ListDeviceEventsResponse.Builder deviceEvents​(DeviceEvent... deviceEvents)

        The device events requested for the device ARN.

        Parameters:
        deviceEvents - The device events requested for the device ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDeviceEventsResponse.Builder nextToken​(String nextToken)

        The token returned to indicate that there is more data available.

        Parameters:
        nextToken - The token returned to indicate that there is more data available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.