Interface UpdateResourcePositionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateResourcePositionRequest.Builder,UpdateResourcePositionRequest>,IotWirelessRequest.Builder,SdkBuilder<UpdateResourcePositionRequest.Builder,UpdateResourcePositionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateResourcePositionRequest
public static interface UpdateResourcePositionRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<UpdateResourcePositionRequest.Builder,UpdateResourcePositionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateResourcePositionRequest.BuildergeoJsonPayload(SdkBytes geoJsonPayload)The position information of the resource, displayed as a JSON payload.UpdateResourcePositionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateResourcePositionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateResourcePositionRequest.BuilderresourceIdentifier(String resourceIdentifier)The identifier of the resource for which position information is updated.UpdateResourcePositionRequest.BuilderresourceType(String resourceType)The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.UpdateResourcePositionRequest.BuilderresourceType(PositionResourceType resourceType)The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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:
PositionResourceType,PositionResourceType
-
resourceType
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.
- 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:
PositionResourceType,PositionResourceType
-
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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateResourcePositionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-