Interface ListDeviceEventsResponse.Builder

    • Method Detail

      • events

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

        An array of zero or more elements describing the event(s) associated with the device.

        Parameters:
        events - An array of zero or more elements describing the event(s) associated with the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • events

        ListDeviceEventsResponse.Builder events​(DeviceEvent... events)

        An array of zero or more elements describing the event(s) associated with the device.

        Parameters:
        events - An array of zero or more elements describing the event(s) associated with the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDeviceEventsResponse.Builder nextToken​(String nextToken)

        The token to retrieve the next set of results.

        Parameters:
        nextToken - The token to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.