ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.appArn(String appArn) |
The ARN of an application package to run tests against, created with CreateUpload.
|
static ScheduleRunRequest.Builder |
ScheduleRunRequest.builder() |
|
default ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.configuration(Consumer<ScheduleRunConfiguration.Builder> configuration) |
Information about the settings for the run to be scheduled.
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.configuration(ScheduleRunConfiguration configuration) |
Information about the settings for the run to be scheduled.
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.devicePoolArn(String devicePoolArn) |
The ARN of the device pool for the run to be scheduled.
|
default ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.deviceSelectionConfiguration(Consumer<DeviceSelectionConfiguration.Builder> deviceSelectionConfiguration) |
The filter criteria used to dynamically select a set of devices for a test run and the maximum number of
devices to be included in the run.
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.deviceSelectionConfiguration(DeviceSelectionConfiguration deviceSelectionConfiguration) |
The filter criteria used to dynamically select a set of devices for a test run and the maximum number of
devices to be included in the run.
|
default ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.executionConfiguration(Consumer<ExecutionConfiguration.Builder> executionConfiguration) |
Specifies configuration information about a test run, such as the execution timeout (in minutes).
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.executionConfiguration(ExecutionConfiguration executionConfiguration) |
Specifies configuration information about a test run, such as the execution timeout (in minutes).
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.name(String name) |
The name for the run to be scheduled.
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.projectArn(String projectArn) |
The ARN of the project for the run to be scheduled.
|
default ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.test(Consumer<ScheduleRunTest.Builder> test) |
Information about the test for the run to be scheduled.
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.Builder.test(ScheduleRunTest test) |
Information about the test for the run to be scheduled.
|
ScheduleRunRequest.Builder |
ScheduleRunRequest.toBuilder() |
|