public static interface UpdateResourcePositionRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<UpdateResourcePositionRequest.Builder,UpdateResourcePositionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateResourcePositionRequest.Builder |
geoJsonPayload(SdkBytes geoJsonPayload)
The position information of the resource, displayed as a JSON payload.
|
UpdateResourcePositionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateResourcePositionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateResourcePositionRequest.Builder |
resourceIdentifier(String resourceIdentifier)
The identifier of the resource for which position information is updated.
|
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.
|
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateResourcePositionRequest.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.
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.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.
resourceType - The type of resource for which position information is updated, which can be a wireless device or a
wireless gateway.PositionResourceType,
PositionResourceTypeUpdateResourcePositionRequest.Builder resourceType(PositionResourceType resourceType)
The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.
resourceType - The type of resource for which position information is updated, which can be a wireless device or a
wireless gateway.PositionResourceType,
PositionResourceTypeUpdateResourcePositionRequest.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.UpdateResourcePositionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateResourcePositionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.