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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationConfig.BuilderdestinationName(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.ApplicationConfig.BuilderfPort(Integer fPort)Sets the value of the FPort property for this object.ApplicationConfig.Buildertype(String type)Application type, which can be specified to obtain real-time position information of your LoRaWAN device.ApplicationConfig.Buildertype(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 Detail
-
fPort
ApplicationConfig.Builder fPort(Integer 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
ApplicationConfig.Builder type(String 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:
ApplicationConfigType,ApplicationConfigType
-
type
ApplicationConfig.Builder type(ApplicationConfigType 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:
ApplicationConfigType,ApplicationConfigType
-
destinationName
ApplicationConfig.Builder destinationName(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.
- 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.
-
-