CopyableBuilder<ScheduleRunRequest.Builder,ScheduleRunRequest>
, SdkBuilder<ScheduleRunRequest.Builder,ScheduleRunRequest>
public static interface ScheduleRunRequest.Builder extends CopyableBuilder<ScheduleRunRequest.Builder,ScheduleRunRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
ScheduleRunRequest.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 Amazon Web Services, Inc. All Rights Reserved.