Interface ListDeviceInstancesResponse.Builder

    • Method Detail

      • deviceInstances

        ListDeviceInstancesResponse.Builder deviceInstances​(Collection<DeviceInstance> deviceInstances)

        An object that contains information about your device instances.

        Parameters:
        deviceInstances - An object that contains information about your device instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceInstances

        ListDeviceInstancesResponse.Builder deviceInstances​(DeviceInstance... deviceInstances)

        An object that contains information about your device instances.

        Parameters:
        deviceInstances - An object that contains information about your device instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDeviceInstancesResponse.Builder nextToken​(String nextToken)

        An identifier that can be used in the next call to this operation to return the next set of items in the list.

        Parameters:
        nextToken - An identifier that can be used in the next call to this operation to return the next set of items in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.