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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GatewayListItem.BuilderdownlinkFrequency(Integer downlinkFrequency)The frequency to use for the gateways when sending a downlink message to the wireless device.GatewayListItem.BuildergatewayId(String gatewayId)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
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 Detail
-
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.
-
-