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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePositionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePositionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePositionRequest.Builderposition(Float... position)The position information of the resource.UpdatePositionRequest.Builderposition(Collection<Float> position)The position information of the resource.UpdatePositionRequest.BuilderresourceIdentifier(String resourceIdentifier)Resource identifier of the resource for which position is updated.UpdatePositionRequest.BuilderresourceType(String resourceType)Resource type of the resource for which position is updated.UpdatePositionRequest.BuilderresourceType(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 Detail
-
resourceIdentifier
UpdatePositionRequest.Builder resourceIdentifier(String 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
UpdatePositionRequest.Builder resourceType(String 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:
PositionResourceType,PositionResourceType
-
resourceType
UpdatePositionRequest.Builder resourceType(PositionResourceType 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:
PositionResourceType,PositionResourceType
-
position
UpdatePositionRequest.Builder position(Collection<Float> 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
UpdatePositionRequest.Builder position(Float... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePositionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-