@Generated(value="software.amazon.awssdk:codegen") public class ScheduleRunRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ScheduleRunRequest.Builder,ScheduleRunRequest>
Represents a request to the schedule run operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScheduleRunRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
String |
appArn()
The ARN of the app to schedule a run.
|
static ScheduleRunRequest.Builder |
builder() |
ScheduleRunConfiguration |
configuration()
Information about the settings for the run to be scheduled.
|
String |
devicePoolArn()
The ARN of the device pool for the run to be scheduled.
|
boolean |
equals(Object obj) |
ExecutionConfiguration |
executionConfiguration()
Specifies configuration information about a test run, such as the execution timeout (in minutes).
|
int |
hashCode() |
String |
name()
The name for the run to be scheduled.
|
String |
projectArn()
The ARN of the project for the run to be scheduled.
|
static Class<? extends ScheduleRunRequest.Builder> |
serializableBuilderClass() |
ScheduleRunTest |
test()
Information about the test for the run to be scheduled.
|
ScheduleRunRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String projectArn()
The ARN of the project for the run to be scheduled.
public String appArn()
The ARN of the app to schedule a run.
public String devicePoolArn()
The ARN of the device pool for the run to be scheduled.
public String name()
The name for the run to be scheduled.
public ScheduleRunTest test()
Information about the test for the run to be scheduled.
public ScheduleRunConfiguration configuration()
Information about the settings for the run to be scheduled.
public ExecutionConfiguration executionConfiguration()
Specifies configuration information about a test run, such as the execution timeout (in minutes).
public ScheduleRunRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ScheduleRunRequest.Builder,ScheduleRunRequest>public static ScheduleRunRequest.Builder builder()
public static Class<? extends ScheduleRunRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.