public static interface GetResourcePositionResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetResourcePositionResponse.Builder,GetResourcePositionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetResourcePositionResponse.Builder |
geoJsonPayload(SdkBytes geoJsonPayload)
The position information of the resource, displayed as a JSON payload.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourcePositionResponse.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.
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.Copyright © 2022. All rights reserved.