Interface Beaconing.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Beaconing.Builder,Beaconing>,SdkBuilder<Beaconing.Builder,Beaconing>,SdkPojo
- Enclosing class:
- Beaconing
public static interface Beaconing.Builder extends SdkPojo, CopyableBuilder<Beaconing.Builder,Beaconing>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Beaconing.BuilderdataRate(Integer dataRate)The data rate for gateways that are sending the beacons.Beaconing.Builderfrequencies(Integer... frequencies)The frequency list for the gateways to send the beacons.Beaconing.Builderfrequencies(Collection<Integer> frequencies)The frequency list for the gateways to send the beacons.-
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
-
dataRate
Beaconing.Builder dataRate(Integer dataRate)
The data rate for gateways that are sending the beacons.
- Parameters:
dataRate- The data rate for gateways that are sending the beacons.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
frequencies
Beaconing.Builder frequencies(Collection<Integer> frequencies)
The frequency list for the gateways to send the beacons.
- Parameters:
frequencies- The frequency list for the gateways to send the beacons.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
frequencies
Beaconing.Builder frequencies(Integer... frequencies)
The frequency list for the gateways to send the beacons.
- Parameters:
frequencies- The frequency list for the gateways to send the beacons.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-