Interface UpdateResourcePositionRequest.Builder

  • Method Details

    • 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:
    • 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:
    • 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.
    • overrideConfiguration

      UpdateResourcePositionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.