Interface UpdatePositionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdatePositionRequest.Builder,
,UpdatePositionRequest> IotWirelessRequest.Builder
,SdkBuilder<UpdatePositionRequest.Builder,
,UpdatePositionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdatePositionRequest
public static interface UpdatePositionRequest.Builder
extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<UpdatePositionRequest.Builder,UpdatePositionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The position information of the resource.position
(Collection<Float> position) The position information of the resource.resourceIdentifier
(String resourceIdentifier) Resource identifier of the resource for which position is updated.resourceType
(String resourceType) Resource type of the resource for which position is updated.resourceType
(PositionResourceType resourceType) Resource type of the resource for which position is updated.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
Resource identifier of the resource for which position is updated.
- Parameters:
resourceIdentifier
- Resource identifier of the resource for which position is updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
Resource type of the resource for which position is updated.
- Parameters:
resourceType
- Resource type of the resource for which position is updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
Resource type of the resource for which position is updated.
- Parameters:
resourceType
- Resource type of the resource for which position is updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
position
The position information of the resource.
- Parameters:
position
- The position information of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
The position information of the resource.
- Parameters:
position
- The position information of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdatePositionRequest.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
UpdatePositionRequest.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.
-