Interface UpdateResourcePositionRequest.Builder

    • Method Detail

      • resourceIdentifier

        UpdateResourcePositionRequest.Builder resourceIdentifier​(String resourceIdentifier)

        The identifier of the resource for which position information is updated. It can be the wireless device ID or the wireless gateway ID, depending on the resource type.

        Parameters:
        resourceIdentifier - The identifier of the resource for which position information is updated. It can be the wireless device ID or the wireless gateway ID, depending on the resource type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        UpdateResourcePositionRequest.Builder resourceType​(String resourceType)

        The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.

        Parameters:
        resourceType - The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PositionResourceType, PositionResourceType
      • resourceType

        UpdateResourcePositionRequest.Builder resourceType​(PositionResourceType resourceType)

        The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.

        Parameters:
        resourceType - The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PositionResourceType, PositionResourceType
      • geoJsonPayload

        UpdateResourcePositionRequest.Builder geoJsonPayload​(SdkBytes geoJsonPayload)

        The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format, which a format that's used to encode geographic data structures. For more information, see GeoJSON.

        Parameters:
        geoJsonPayload - The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format, which a format that's used to encode geographic data structures. For more information, see GeoJSON.
        Returns:
        Returns a reference to this object so that method calls can be chained together.