public static interface ParticipatingGateways.Builder extends SdkPojo, CopyableBuilder<ParticipatingGateways.Builder,ParticipatingGateways>
| Modifier and Type | Method and Description |
|---|---|
ParticipatingGateways.Builder |
downlinkMode(DownlinkMode downlinkMode)
Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only the
chosen gateways from the previous uplink message transmission.
|
ParticipatingGateways.Builder |
downlinkMode(String downlinkMode)
Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only the
chosen gateways from the previous uplink message transmission.
|
ParticipatingGateways.Builder |
gatewayList(Collection<GatewayListItem> gatewayList)
The list of gateways that you want to use for sending the downlink data traffic.
|
ParticipatingGateways.Builder |
gatewayList(Consumer<GatewayListItem.Builder>... gatewayList)
The list of gateways that you want to use for sending the downlink data traffic.
|
ParticipatingGateways.Builder |
gatewayList(GatewayListItem... gatewayList)
The list of gateways that you want to use for sending the downlink data traffic.
|
ParticipatingGateways.Builder |
transmissionInterval(Integer transmissionInterval)
The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting the payload to the next
gateway.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParticipatingGateways.Builder downlinkMode(String downlinkMode)
Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only the chosen gateways from the previous uplink message transmission.
downlinkMode - Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only
the chosen gateways from the previous uplink message transmission.DownlinkMode,
DownlinkModeParticipatingGateways.Builder downlinkMode(DownlinkMode downlinkMode)
Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only the chosen gateways from the previous uplink message transmission.
downlinkMode - Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only
the chosen gateways from the previous uplink message transmission.DownlinkMode,
DownlinkModeParticipatingGateways.Builder gatewayList(Collection<GatewayListItem> gatewayList)
The list of gateways that you want to use for sending the downlink data traffic.
gatewayList - The list of gateways that you want to use for sending the downlink data traffic.ParticipatingGateways.Builder gatewayList(GatewayListItem... gatewayList)
The list of gateways that you want to use for sending the downlink data traffic.
gatewayList - The list of gateways that you want to use for sending the downlink data traffic.ParticipatingGateways.Builder gatewayList(Consumer<GatewayListItem.Builder>... gatewayList)
The list of gateways that you want to use for sending the downlink data traffic.
This is a convenience method that creates an instance of theGatewayListItem.Builder avoiding the need to create
one manually via GatewayListItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #gatewayList(List.
gatewayList - a consumer that will call methods on
GatewayListItem.Builder#gatewayList(java.util.Collection) ParticipatingGateways.Builder transmissionInterval(Integer transmissionInterval)
The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting the payload to the next gateway.
transmissionInterval - The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting the payload to
the next gateway.Copyright © 2022. All rights reserved.