public static interface ScheduleRunRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ScheduleRunRequest.Builder,ScheduleRunRequest>
| Modifier and Type | Method and Description |
|---|---|
ScheduleRunRequest.Builder |
appArn(String appArn)
The ARN of the app to schedule a run.
|
ScheduleRunRequest.Builder |
configuration(ScheduleRunConfiguration configuration)
Information about the settings for the run to be scheduled.
|
ScheduleRunRequest.Builder |
devicePoolArn(String devicePoolArn)
The ARN of the device pool for the run to be scheduled.
|
ScheduleRunRequest.Builder |
executionConfiguration(ExecutionConfiguration executionConfiguration)
Specifies configuration information about a test run, such as the execution timeout (in minutes).
|
ScheduleRunRequest.Builder |
name(String name)
The name for the run to be scheduled.
|
ScheduleRunRequest.Builder |
projectArn(String projectArn)
The ARN of the project for the run to be scheduled.
|
ScheduleRunRequest.Builder |
test(ScheduleRunTest test)
Information about the test for the run to be scheduled.
|
copyapply, buildScheduleRunRequest.Builder projectArn(String projectArn)
The ARN of the project for the run to be scheduled.
projectArn - The ARN of the project for the run to be scheduled.ScheduleRunRequest.Builder appArn(String appArn)
The ARN of the app to schedule a run.
appArn - The ARN of the app to schedule a run.ScheduleRunRequest.Builder devicePoolArn(String devicePoolArn)
The ARN of the device pool for the run to be scheduled.
devicePoolArn - The ARN of the device pool for the run to be scheduled.ScheduleRunRequest.Builder name(String name)
The name for the run to be scheduled.
name - The name for the run to be scheduled.ScheduleRunRequest.Builder test(ScheduleRunTest test)
Information about the test for the run to be scheduled.
test - Information about the test for the run to be scheduled.ScheduleRunRequest.Builder configuration(ScheduleRunConfiguration configuration)
Information about the settings for the run to be scheduled.
configuration - Information about the settings for the run to be scheduled.ScheduleRunRequest.Builder executionConfiguration(ExecutionConfiguration executionConfiguration)
Specifies configuration information about a test run, such as the execution timeout (in minutes).
executionConfiguration - Specifies configuration information about a test run, such as the execution timeout (in minutes).Copyright © 2017. All rights reserved.