ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.auxiliaryApps(String... auxiliaryApps) |
A list of upload ARNs for app packages to be installed with your app.
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.auxiliaryApps(Collection<String> auxiliaryApps) |
A list of upload ARNs for app packages to be installed with your app.
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.billingMethod(String billingMethod) |
Specifies the billing method for a test run: metered or unmetered.
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.billingMethod(BillingMethod billingMethod) |
Specifies the billing method for a test run: metered or unmetered.
|
static ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.builder() |
|
default ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.customerArtifactPaths(Consumer<CustomerArtifactPaths.Builder> customerArtifactPaths) |
Input CustomerArtifactPaths object for the scheduled run configuration.
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.customerArtifactPaths(CustomerArtifactPaths customerArtifactPaths) |
Input CustomerArtifactPaths object for the scheduled run configuration.
|
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.
|
default ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.location(Consumer<Location.Builder> location) |
Information about the location 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.
|
default ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.radios(Consumer<Radios.Builder> radios) |
Information about the radio states for the run.
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.radios(Radios radios) |
Information about the radio states for the run.
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.toBuilder() |
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.vpceConfigurationArns(String... vpceConfigurationArns) |
An array of ARNs for your VPC endpoint configurations.
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.vpceConfigurationArns(Collection<String> vpceConfigurationArns) |
An array of ARNs for your VPC endpoint configurations.
|