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 Summary
Modifier and TypeMethodDescriptiongeoJsonPayload(SdkBytes geoJsonPayload) The position information of the resource, displayed as a JSON payload.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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.
 
 
 -