Interface ParticipatingGateways.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ParticipatingGateways.Builder,ParticipatingGateways>, SdkBuilder<ParticipatingGateways.Builder,ParticipatingGateways>, SdkPojo
Enclosing class:
ParticipatingGateways

public static interface ParticipatingGateways.Builder extends SdkPojo, CopyableBuilder<ParticipatingGateways.Builder,ParticipatingGateways>
  • Method Details

    • downlinkMode

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • downlinkMode

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • gatewayList

      The list of gateways that you want to use for sending the downlink data traffic.

      Parameters:
      gatewayList - The list of gateways that you want to use for sending the downlink data traffic.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • gatewayList

      ParticipatingGateways.Builder gatewayList(GatewayListItem... gatewayList)

      The list of gateways that you want to use for sending the downlink data traffic.

      Parameters:
      gatewayList - The list of gateways that you want to use for sending the downlink data traffic.
      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 downlink data traffic.

      This is a convenience method that creates an instance of the GatewayListItem.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<GatewayListItem>).

      Parameters:
      gatewayList - a consumer that will call methods on GatewayListItem.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • transmissionInterval

      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.

      Parameters:
      transmissionInterval - The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting the payload to the next gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.