@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 auxiliary apps for the run.
|
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 Amazon Resource Names (ARNs) for your VPC endpoint configurations.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAuxiliaryApps(Collection<String> auxiliaryApps)
A list of auxiliary apps for the run.
|
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 Amazon Resource Names (ARNs) for your VPC endpoint configurations.
|
String |
toString()
Returns a string representation of this object.
|
ScheduleRunConfiguration |
withAuxiliaryApps(Collection<String> auxiliaryApps)
A list of auxiliary apps for the run.
|
ScheduleRunConfiguration |
withAuxiliaryApps(String... auxiliaryApps)
A list of auxiliary apps for the run.
|
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 Amazon Resource Names (ARNs) for your VPC endpoint configurations.
|
ScheduleRunConfiguration |
withVpceConfigurationArns(String... vpceConfigurationArns)
An array of Amazon Resource Names (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 will extract 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 will extract 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 will extract 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 will extract 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 will extract 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 Amazon Resource Names (ARNs) for your VPC endpoint configurations.
public void setVpceConfigurationArns(Collection<String> vpceConfigurationArns)
An array of Amazon Resource Names (ARNs) for your VPC endpoint configurations.
vpceConfigurationArns
- An array of Amazon Resource Names (ARNs) for your VPC endpoint configurations.public ScheduleRunConfiguration withVpceConfigurationArns(String... vpceConfigurationArns)
An array of Amazon Resource Names (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 Amazon Resource Names (ARNs) for your VPC endpoint configurations.public ScheduleRunConfiguration withVpceConfigurationArns(Collection<String> vpceConfigurationArns)
An array of Amazon Resource Names (ARNs) for your VPC endpoint configurations.
vpceConfigurationArns
- An array of Amazon Resource Names (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 auxiliary apps for the run.
public void setAuxiliaryApps(Collection<String> auxiliaryApps)
A list of auxiliary apps for the run.
auxiliaryApps
- A list of auxiliary apps for the run.public ScheduleRunConfiguration withAuxiliaryApps(String... auxiliaryApps)
A list of auxiliary apps for the run.
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 auxiliary apps for the run.public ScheduleRunConfiguration withAuxiliaryApps(Collection<String> auxiliaryApps)
A list of auxiliary apps for the run.
auxiliaryApps
- A list of auxiliary apps for the run.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
.
billingMethod
- Specifies the billing method for a test run: metered
or unmetered
. If the
parameter is not specified, the default value is metered
.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
.
metered
or unmetered
. If the
parameter is not specified, the default value is metered
.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
.
billingMethod
- Specifies the billing method for a test run: metered
or unmetered
. If the
parameter is not specified, the default value is metered
.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
.
billingMethod
- Specifies the billing method for a test run: metered
or unmetered
. If the
parameter is not specified, the default value is metered
.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
.
billingMethod
- Specifies the billing method for a test run: metered
or unmetered
. If the
parameter is not specified, the default value is metered
.BillingMethod
public String toString()
toString
in class Object
Object.toString()
public ScheduleRunConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.