Interface GetPositionEstimateResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetPositionEstimateResponse.Builder,GetPositionEstimateResponse>, IotWirelessResponse.Builder, SdkBuilder<GetPositionEstimateResponse.Builder,GetPositionEstimateResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetPositionEstimateResponse

public static interface GetPositionEstimateResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetPositionEstimateResponse.Builder,GetPositionEstimateResponse>
  • Method Details

    • geoJsonPayload

      GetPositionEstimateResponse.Builder geoJsonPayload(SdkBytes geoJsonPayload)

      The position information of the resource, displayed as a JSON payload. The payload is of type blob and uses the GeoJSON format, which a format that's used to encode geographic data structures. A sample payload contains the timestamp information, the WGS84 coordinates of the location, and the accuracy and confidence level. For more information and examples, see Resolve device location (console).

      Parameters:
      geoJsonPayload - The position information of the resource, displayed as a JSON payload. The payload is of type blob and uses the GeoJSON format, which a format that's used to encode geographic data structures. A sample payload contains the timestamp information, the WGS84 coordinates of the location, and the accuracy and confidence level. For more information and examples, see Resolve device location (console).
      Returns:
      Returns a reference to this object so that method calls can be chained together.