Interface GatewayListItem.Builder

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

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

    • gatewayId

      GatewayListItem.Builder gatewayId(String gatewayId)

      The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.

      Parameters:
      gatewayId - The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • downlinkFrequency

      GatewayListItem.Builder downlinkFrequency(Integer downlinkFrequency)

      The frequency to use for the gateways when sending a downlink message to the wireless device.

      Parameters:
      downlinkFrequency - The frequency to use for the gateways when sending a downlink message to the wireless device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.