public static interface DestinationConfig.Builder extends SdkPojo, CopyableBuilder<DestinationConfig.Builder,DestinationConfig>
| Modifier and Type | Method and Description |
|---|---|
DestinationConfig.Builder |
services(Collection<String> services)
A list of service names that identify the target application.
|
DestinationConfig.Builder |
services(String... services)
A list of service names that identify the target application.
|
DestinationConfig.Builder |
thingName(String thingName)
The name of the IoT thing to which you want to connect.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestinationConfig.Builder thingName(String thingName)
The name of the IoT thing to which you want to connect.
thingName - The name of the IoT thing to which you want to connect.DestinationConfig.Builder services(Collection<String> services)
A list of service names that identify the target application. The IoT client running on the destination device reads this value and uses it to look up a port or an IP address and a port. The IoT client instantiates the local proxy, which uses this information to connect to the destination application.
services - A list of service names that identify the target application. The IoT client running on the
destination device reads this value and uses it to look up a port or an IP address and a port. The IoT
client instantiates the local proxy, which uses this information to connect to the destination
application.DestinationConfig.Builder services(String... services)
A list of service names that identify the target application. The IoT client running on the destination device reads this value and uses it to look up a port or an IP address and a port. The IoT client instantiates the local proxy, which uses this information to connect to the destination application.
services - A list of service names that identify the target application. The IoT client running on the
destination device reads this value and uses it to look up a port or an IP address and a port. The IoT
client instantiates the local proxy, which uses this information to connect to the destination
application.Copyright © 2023. All rights reserved.