Interface Radios.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Radios.Builder,Radios>,SdkBuilder<Radios.Builder,Radios>,SdkPojo
- Enclosing class:
- Radios
public static interface Radios.Builder extends SdkPojo, CopyableBuilder<Radios.Builder,Radios>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Radios.Builderbluetooth(Boolean bluetooth)True if Bluetooth is enabled at the beginning of the test.Radios.Buildergps(Boolean gps)True if GPS is enabled at the beginning of the test.Radios.Buildernfc(Boolean nfc)True if NFC is enabled at the beginning of the test.Radios.Builderwifi(Boolean wifi)True if Wi-Fi is enabled at the beginning of the test.-
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, sdkFields
-
-
-
-
Method Detail
-
wifi
Radios.Builder wifi(Boolean wifi)
True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.
- Parameters:
wifi- True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bluetooth
Radios.Builder bluetooth(Boolean bluetooth)
True if Bluetooth is enabled at the beginning of the test. Otherwise, false.
- Parameters:
bluetooth- True if Bluetooth is enabled at the beginning of the test. Otherwise, false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nfc
Radios.Builder nfc(Boolean nfc)
True if NFC is enabled at the beginning of the test. Otherwise, false.
- Parameters:
nfc- True if NFC is enabled at the beginning of the test. Otherwise, false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gps
Radios.Builder gps(Boolean gps)
True if GPS is enabled at the beginning of the test. Otherwise, false.
- Parameters:
gps- True if GPS is enabled at the beginning of the test. Otherwise, false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-