CopyableBuilder<Radios.Builder,Radios>, SdkBuilder<Radios.Builder,Radios>public static interface Radios.Builder extends CopyableBuilder<Radios.Builder,Radios>
| Modifier and Type | Method | Description |
|---|---|---|
Radios.Builder |
bluetooth(Boolean bluetooth) |
True if Bluetooth is enabled at the beginning of the test; otherwise, false.
|
Radios.Builder |
gps(Boolean gps) |
True if GPS is enabled at the beginning of the test; otherwise, false.
|
Radios.Builder |
nfc(Boolean nfc) |
True if NFC is enabled at the beginning of the test; otherwise, false.
|
Radios.Builder |
wifi(Boolean wifi) |
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
|
copyapply, buildRadios.Builder wifi(Boolean wifi)
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
wifi - True if Wi-Fi is enabled at the beginning of the test; otherwise, false.Radios.Builder bluetooth(Boolean bluetooth)
True if Bluetooth is enabled at the beginning of the test; otherwise, false.
bluetooth - True if Bluetooth is enabled at the beginning of the test; otherwise, false.Radios.Builder nfc(Boolean nfc)
True if NFC is enabled at the beginning of the test; otherwise, false.
nfc - True if NFC is enabled at the beginning of the test; otherwise, false.Radios.Builder gps(Boolean gps)
True if GPS is enabled at the beginning of the test; otherwise, false.
gps - True if GPS is enabled at the beginning of the test; otherwise, false.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.