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 Summary
Modifier and TypeMethodDescriptiondownlinkFrequency(Integer downlinkFrequency) The frequency to use for the gateways when sending a downlink message to the wireless device.The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -