Interface ApplicationConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ApplicationConfig.Builder,
,ApplicationConfig> SdkBuilder<ApplicationConfig.Builder,
,ApplicationConfig> SdkPojo
- Enclosing class:
ApplicationConfig
public static interface ApplicationConfig.Builder
extends SdkPojo, CopyableBuilder<ApplicationConfig.Builder,ApplicationConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationName
(String destinationName) The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.Sets the value of the FPort property for this object.Application type, which can be specified to obtain real-time position information of your LoRaWAN device.type
(ApplicationConfigType type) Application type, which can be specified to obtain real-time position information of your LoRaWAN device.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
fPort
Sets the value of the FPort property for this object.- Parameters:
fPort
- The new value for the FPort property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
- Parameters:
type
- Application type, which can be specified to obtain real-time position information of your LoRaWAN device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
- Parameters:
type
- Application type, which can be specified to obtain real-time position information of your LoRaWAN device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destinationName
The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
- Parameters:
destinationName
- The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-