public static interface UpdatePositionRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<UpdatePositionRequest.Builder,UpdatePositionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePositionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePositionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePositionRequest.Builder |
position(Collection<Float> position)
The position information of the resource.
|
UpdatePositionRequest.Builder |
position(Float... position)
The position information of the resource.
|
UpdatePositionRequest.Builder |
resourceIdentifier(String resourceIdentifier)
Resource identifier of the resource for which position is updated.
|
UpdatePositionRequest.Builder |
resourceType(PositionResourceType resourceType)
Resource type of the resource for which position is updated.
|
UpdatePositionRequest.Builder |
resourceType(String resourceType)
Resource type of the resource for which position is updated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePositionRequest.Builder resourceIdentifier(String resourceIdentifier)
Resource identifier of the resource for which position is updated.
resourceIdentifier - Resource identifier of the resource for which position is updated.UpdatePositionRequest.Builder resourceType(String resourceType)
Resource type of the resource for which position is updated.
resourceType - Resource type of the resource for which position is updated.PositionResourceType,
PositionResourceTypeUpdatePositionRequest.Builder resourceType(PositionResourceType resourceType)
Resource type of the resource for which position is updated.
resourceType - Resource type of the resource for which position is updated.PositionResourceType,
PositionResourceTypeUpdatePositionRequest.Builder position(Collection<Float> position)
The position information of the resource.
position - The position information of the resource.UpdatePositionRequest.Builder position(Float... position)
The position information of the resource.
position - The position information of the resource.UpdatePositionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePositionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.