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
Modifier and TypeMethodDescriptiongeoJsonPayload
(SdkBytes geoJsonPayload) The position information of the resource, displayed as a JSON payload.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceIdentifier
(String resourceIdentifier) The identifier of the resource for which position information is updated.resourceType
(String resourceType) The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.resourceType
(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 Details
-
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
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:
-
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:
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateResourcePositionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-