| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.auxiliaryApps(Collection<String> auxiliaryApps)
A list of auxiliary apps for the run.
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.auxiliaryApps(String... auxiliaryApps)
A list of auxiliary apps for the run.
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.billingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
metered or unmetered. |
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.billingMethod(String billingMethod)
Specifies the billing method for a test run:
metered or unmetered. |
static ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.builder() |
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.extraDataPackageArn(String extraDataPackageArn)
The ARN of the extra data for the run.
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.locale(String locale)
Information about the locale that is used for the run.
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.location(Location location)
Information about the location that is used for the run.
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.networkProfileArn(String networkProfileArn)
Reserved for internal use.
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.radios(Radios radios)
Information about the radio states for the run.
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScheduleRunConfiguration.Builder> |
ScheduleRunConfiguration.serializableBuilderClass() |
Copyright © 2017. All rights reserved.