@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScheduleRunConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Represents the settings for a run. Includes things like location, radio states, auxiliary apps, and network profiles.
Constructor and Description |
---|
ScheduleRunConfiguration() |
Modifier and Type | Method and Description |
---|---|
ScheduleRunConfiguration |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAuxiliaryApps()
A list of upload ARNs for app packages to be installed with your app.
|
String |
getBillingMethod()
Specifies the billing method for a test run:
metered or unmetered . |
CustomerArtifactPaths |
getCustomerArtifactPaths()
Input
CustomerArtifactPaths object for the scheduled run configuration. |
String |
getExtraDataPackageArn()
The ARN of the extra data for the run.
|
String |
getLocale()
Information about the locale that is used for the run.
|
Location |
getLocation()
Information about the location that is used for the run.
|
String |
getNetworkProfileArn()
Reserved for internal use.
|
Radios |
getRadios()
Information about the radio states for the run.
|
List<String> |
getVpceConfigurationArns()
An array of ARNs for your VPC endpoint configurations.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAuxiliaryApps(Collection<String> auxiliaryApps)
A list of upload ARNs for app packages to be installed with your app.
|
void |
setBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
metered or unmetered . |
void |
setBillingMethod(String billingMethod)
Specifies the billing method for a test run:
metered or unmetered . |
void |
setCustomerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Input
CustomerArtifactPaths object for the scheduled run configuration. |
void |
setExtraDataPackageArn(String extraDataPackageArn)
The ARN of the extra data for the run.
|
void |
setLocale(String locale)
Information about the locale that is used for the run.
|
void |
setLocation(Location location)
Information about the location that is used for the run.
|
void |
setNetworkProfileArn(String networkProfileArn)
Reserved for internal use.
|
void |
setRadios(Radios radios)
Information about the radio states for the run.
|
void |
setVpceConfigurationArns(Collection<String> vpceConfigurationArns)
An array of ARNs for your VPC endpoint configurations.
|
String |
toString()
Returns a string representation of this object.
|
ScheduleRunConfiguration |
withAuxiliaryApps(Collection<String> auxiliaryApps)
A list of upload ARNs for app packages to be installed with your app.
|
ScheduleRunConfiguration |
withAuxiliaryApps(String... auxiliaryApps)
A list of upload ARNs for app packages to be installed with your app.
|
ScheduleRunConfiguration |
withBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
metered or unmetered . |
ScheduleRunConfiguration |
withBillingMethod(String billingMethod)
Specifies the billing method for a test run:
metered or unmetered . |
ScheduleRunConfiguration |
withCustomerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Input
CustomerArtifactPaths object for the scheduled run configuration. |
ScheduleRunConfiguration |
withExtraDataPackageArn(String extraDataPackageArn)
The ARN of the extra data for the run.
|
ScheduleRunConfiguration |
withLocale(String locale)
Information about the locale that is used for the run.
|
ScheduleRunConfiguration |
withLocation(Location location)
Information about the location that is used for the run.
|
ScheduleRunConfiguration |
withNetworkProfileArn(String networkProfileArn)
Reserved for internal use.
|
ScheduleRunConfiguration |
withRadios(Radios radios)
Information about the radio states for the run.
|
ScheduleRunConfiguration |
withVpceConfigurationArns(Collection<String> vpceConfigurationArns)
An array of ARNs for your VPC endpoint configurations.
|
ScheduleRunConfiguration |
withVpceConfigurationArns(String... vpceConfigurationArns)
An array of ARNs for your VPC endpoint configurations.
|
public void setExtraDataPackageArn(String extraDataPackageArn)
The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm extracts to external data for Android or the app's sandbox for iOS.
extraDataPackageArn
- The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm extracts to
external data for Android or the app's sandbox for iOS.public String getExtraDataPackageArn()
The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm extracts to external data for Android or the app's sandbox for iOS.
public ScheduleRunConfiguration withExtraDataPackageArn(String extraDataPackageArn)
The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm extracts to external data for Android or the app's sandbox for iOS.
extraDataPackageArn
- The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm extracts to
external data for Android or the app's sandbox for iOS.public void setNetworkProfileArn(String networkProfileArn)
Reserved for internal use.
networkProfileArn
- Reserved for internal use.public String getNetworkProfileArn()
Reserved for internal use.
public ScheduleRunConfiguration withNetworkProfileArn(String networkProfileArn)
Reserved for internal use.
networkProfileArn
- Reserved for internal use.public void setLocale(String locale)
Information about the locale that is used for the run.
locale
- Information about the locale that is used for the run.public String getLocale()
Information about the locale that is used for the run.
public ScheduleRunConfiguration withLocale(String locale)
Information about the locale that is used for the run.
locale
- Information about the locale that is used for the run.public void setLocation(Location location)
Information about the location that is used for the run.
location
- Information about the location that is used for the run.public Location getLocation()
Information about the location that is used for the run.
public ScheduleRunConfiguration withLocation(Location location)
Information about the location that is used for the run.
location
- Information about the location that is used for the run.public List<String> getVpceConfigurationArns()
An array of ARNs for your VPC endpoint configurations.
public void setVpceConfigurationArns(Collection<String> vpceConfigurationArns)
An array of ARNs for your VPC endpoint configurations.
vpceConfigurationArns
- An array of ARNs for your VPC endpoint configurations.public ScheduleRunConfiguration withVpceConfigurationArns(String... vpceConfigurationArns)
An array of ARNs for your VPC endpoint configurations.
NOTE: This method appends the values to the existing list (if any). Use
setVpceConfigurationArns(java.util.Collection)
or
withVpceConfigurationArns(java.util.Collection)
if you want to override the existing values.
vpceConfigurationArns
- An array of ARNs for your VPC endpoint configurations.public ScheduleRunConfiguration withVpceConfigurationArns(Collection<String> vpceConfigurationArns)
An array of ARNs for your VPC endpoint configurations.
vpceConfigurationArns
- An array of ARNs for your VPC endpoint configurations.public void setCustomerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Input CustomerArtifactPaths
object for the scheduled run configuration.
customerArtifactPaths
- Input CustomerArtifactPaths
object for the scheduled run configuration.public CustomerArtifactPaths getCustomerArtifactPaths()
Input CustomerArtifactPaths
object for the scheduled run configuration.
CustomerArtifactPaths
object for the scheduled run configuration.public ScheduleRunConfiguration withCustomerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Input CustomerArtifactPaths
object for the scheduled run configuration.
customerArtifactPaths
- Input CustomerArtifactPaths
object for the scheduled run configuration.public void setRadios(Radios radios)
Information about the radio states for the run.
radios
- Information about the radio states for the run.public Radios getRadios()
Information about the radio states for the run.
public ScheduleRunConfiguration withRadios(Radios radios)
Information about the radio states for the run.
radios
- Information about the radio states for the run.public List<String> getAuxiliaryApps()
A list of upload ARNs for app packages to be installed with your app.
public void setAuxiliaryApps(Collection<String> auxiliaryApps)
A list of upload ARNs for app packages to be installed with your app.
auxiliaryApps
- A list of upload ARNs for app packages to be installed with your app.public ScheduleRunConfiguration withAuxiliaryApps(String... auxiliaryApps)
A list of upload ARNs for app packages to be installed with your app.
NOTE: This method appends the values to the existing list (if any). Use
setAuxiliaryApps(java.util.Collection)
or withAuxiliaryApps(java.util.Collection)
if you want
to override the existing values.
auxiliaryApps
- A list of upload ARNs for app packages to be installed with your app.public ScheduleRunConfiguration withAuxiliaryApps(Collection<String> auxiliaryApps)
A list of upload ARNs for app packages to be installed with your app.
auxiliaryApps
- A list of upload ARNs for app packages to be installed with your app.public void setBillingMethod(String billingMethod)
Specifies the billing method for a test run: metered
or unmetered
. If the parameter is
not specified, the default value is metered
.
If you have purchased unmetered device slots, you must set this parameter to unmetered
to make use
of them. Otherwise, your run counts against your metered time.
billingMethod
- Specifies the billing method for a test run: metered
or unmetered
. If the
parameter is not specified, the default value is metered
.
If you have purchased unmetered device slots, you must set this parameter to unmetered
to
make use of them. Otherwise, your run counts against your metered time.
BillingMethod
public String getBillingMethod()
Specifies the billing method for a test run: metered
or unmetered
. If the parameter is
not specified, the default value is metered
.
If you have purchased unmetered device slots, you must set this parameter to unmetered
to make use
of them. Otherwise, your run counts against your metered time.
metered
or unmetered
. If the
parameter is not specified, the default value is metered
.
If you have purchased unmetered device slots, you must set this parameter to unmetered
to
make use of them. Otherwise, your run counts against your metered time.
BillingMethod
public ScheduleRunConfiguration withBillingMethod(String billingMethod)
Specifies the billing method for a test run: metered
or unmetered
. If the parameter is
not specified, the default value is metered
.
If you have purchased unmetered device slots, you must set this parameter to unmetered
to make use
of them. Otherwise, your run counts against your metered time.
billingMethod
- Specifies the billing method for a test run: metered
or unmetered
. If the
parameter is not specified, the default value is metered
.
If you have purchased unmetered device slots, you must set this parameter to unmetered
to
make use of them. Otherwise, your run counts against your metered time.
BillingMethod
public void setBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run: metered
or unmetered
. If the parameter is
not specified, the default value is metered
.
If you have purchased unmetered device slots, you must set this parameter to unmetered
to make use
of them. Otherwise, your run counts against your metered time.
billingMethod
- Specifies the billing method for a test run: metered
or unmetered
. If the
parameter is not specified, the default value is metered
.
If you have purchased unmetered device slots, you must set this parameter to unmetered
to
make use of them. Otherwise, your run counts against your metered time.
BillingMethod
public ScheduleRunConfiguration withBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run: metered
or unmetered
. If the parameter is
not specified, the default value is metered
.
If you have purchased unmetered device slots, you must set this parameter to unmetered
to make use
of them. Otherwise, your run counts against your metered time.
billingMethod
- Specifies the billing method for a test run: metered
or unmetered
. If the
parameter is not specified, the default value is metered
.
If you have purchased unmetered device slots, you must set this parameter to unmetered
to
make use of them. Otherwise, your run counts against your metered time.
BillingMethod
public String toString()
toString
in class Object
Object.toString()
public ScheduleRunConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.