Interface ParticipatingGatewaysMulticast.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ParticipatingGatewaysMulticast.Builder,
,ParticipatingGatewaysMulticast> SdkBuilder<ParticipatingGatewaysMulticast.Builder,
,ParticipatingGatewaysMulticast> SdkPojo
- Enclosing class:
ParticipatingGatewaysMulticast
-
Method Summary
Modifier and TypeMethodDescriptiongatewayList
(String... gatewayList) The list of gateways that you want to use for sending the multicast downlink message.gatewayList
(Collection<String> gatewayList) The list of gateways that you want to use for sending the multicast downlink message.transmissionInterval
(Integer transmissionInterval) The duration of time in milliseconds for which AWS IoT Core for LoRaWAN will wait before transmitting the multicast payload to the next gateway in the list.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, sdkFieldNameToField, sdkFields
-
Method Details
-
gatewayList
The list of gateways that you want to use for sending the multicast downlink message. Each downlink message will be sent to all the gateways in the list in the order that you provided. If the gateway list is empty, then AWS IoT Core for LoRaWAN chooses the gateways that were most recently used by the devices to send an uplink message.
- Parameters:
gatewayList
- The list of gateways that you want to use for sending the multicast downlink message. Each downlink message will be sent to all the gateways in the list in the order that you provided. If the gateway list is empty, then AWS IoT Core for LoRaWAN chooses the gateways that were most recently used by the devices to send an uplink message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayList
The list of gateways that you want to use for sending the multicast downlink message. Each downlink message will be sent to all the gateways in the list in the order that you provided. If the gateway list is empty, then AWS IoT Core for LoRaWAN chooses the gateways that were most recently used by the devices to send an uplink message.
- Parameters:
gatewayList
- The list of gateways that you want to use for sending the multicast downlink message. Each downlink message will be sent to all the gateways in the list in the order that you provided. If the gateway list is empty, then AWS IoT Core for LoRaWAN chooses the gateways that were most recently used by the devices to send an uplink message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transmissionInterval
The duration of time in milliseconds for which AWS IoT Core for LoRaWAN will wait before transmitting the multicast payload to the next gateway in the list.
- Parameters:
transmissionInterval
- The duration of time in milliseconds for which AWS IoT Core for LoRaWAN will wait before transmitting the multicast payload to the next gateway in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-