Interface ListWirelessDevicesRequest.Builder

    • Method Detail

      • maxResults

        ListWirelessDevicesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in this operation.

        Parameters:
        maxResults - The maximum number of results to return in this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListWirelessDevicesRequest.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.
      • destinationName

        ListWirelessDevicesRequest.Builder destinationName​(String destinationName)

        A filter to list only the wireless devices that use this destination.

        Parameters:
        destinationName - A filter to list only the wireless devices that use this destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceProfileId

        ListWirelessDevicesRequest.Builder deviceProfileId​(String deviceProfileId)

        A filter to list only the wireless devices that use this device profile.

        Parameters:
        deviceProfileId - A filter to list only the wireless devices that use this device profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceProfileId

        ListWirelessDevicesRequest.Builder serviceProfileId​(String serviceProfileId)

        A filter to list only the wireless devices that use this service profile.

        Parameters:
        serviceProfileId - A filter to list only the wireless devices that use this service profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wirelessDeviceType

        ListWirelessDevicesRequest.Builder wirelessDeviceType​(String wirelessDeviceType)

        A filter to list only the wireless devices that use this wireless device type.

        Parameters:
        wirelessDeviceType - A filter to list only the wireless devices that use this wireless device type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WirelessDeviceType, WirelessDeviceType
      • wirelessDeviceType

        ListWirelessDevicesRequest.Builder wirelessDeviceType​(WirelessDeviceType wirelessDeviceType)

        A filter to list only the wireless devices that use this wireless device type.

        Parameters:
        wirelessDeviceType - A filter to list only the wireless devices that use this wireless device type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WirelessDeviceType, WirelessDeviceType
      • fuotaTaskId

        ListWirelessDevicesRequest.Builder fuotaTaskId​(String fuotaTaskId)
        Sets the value of the FuotaTaskId property for this object.
        Parameters:
        fuotaTaskId - The new value for the FuotaTaskId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multicastGroupId

        ListWirelessDevicesRequest.Builder multicastGroupId​(String multicastGroupId)
        Sets the value of the MulticastGroupId property for this object.
        Parameters:
        multicastGroupId - The new value for the MulticastGroupId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.