Interface GetResourcePositionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetResourcePositionRequest.Builder,GetResourcePositionRequest>,IotWirelessRequest.Builder,SdkBuilder<GetResourcePositionRequest.Builder,GetResourcePositionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetResourcePositionRequest
public static interface GetResourcePositionRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<GetResourcePositionRequest.Builder,GetResourcePositionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetResourcePositionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetResourcePositionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetResourcePositionRequest.BuilderresourceIdentifier(String resourceIdentifier)The identifier of the resource for which position information is retrieved.GetResourcePositionRequest.BuilderresourceType(String resourceType)The type of resource for which position information is retrieved, which can be a wireless device or a wireless gateway.GetResourcePositionRequest.BuilderresourceType(PositionResourceType resourceType)The type of resource for which position information is retrieved, 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
GetResourcePositionRequest.Builder resourceIdentifier(String resourceIdentifier)
The identifier of the resource for which position information is retrieved. 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 retrieved. 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
GetResourcePositionRequest.Builder resourceType(String resourceType)
The type of resource for which position information is retrieved, which can be a wireless device or a wireless gateway.
- Parameters:
resourceType- The type of resource for which position information is retrieved, 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
GetResourcePositionRequest.Builder resourceType(PositionResourceType resourceType)
The type of resource for which position information is retrieved, which can be a wireless device or a wireless gateway.
- Parameters:
resourceType- The type of resource for which position information is retrieved, 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
-
overrideConfiguration
GetResourcePositionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetResourcePositionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-