Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ScheduleRunRequest.Builder,ScheduleRunRequest>
@Generated("software.amazon.awssdk:codegen") public class ScheduleRunRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ScheduleRunRequest.Builder,ScheduleRunRequest>
Represents a request to the schedule run operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ScheduleRunRequest.Builder |
NOOP
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ScheduleRunRequest.Builder,ScheduleRunRequest>
public static ScheduleRunRequest.Builder builder()
public static Class<? extends ScheduleRunRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.