Interface ScheduleRunConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScheduleRunConfiguration.Builder,
,ScheduleRunConfiguration> SdkBuilder<ScheduleRunConfiguration.Builder,
,ScheduleRunConfiguration> SdkPojo
- Enclosing class:
ScheduleRunConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionauxiliaryApps
(String... auxiliaryApps) A list of upload ARNs for app packages to be installed with your app.auxiliaryApps
(Collection<String> auxiliaryApps) A list of upload ARNs for app packages to be installed with your app.billingMethod
(String billingMethod) Specifies the billing method for a test run:metered
orunmetered
.billingMethod
(BillingMethod billingMethod) Specifies the billing method for a test run:metered
orunmetered
.default ScheduleRunConfiguration.Builder
customerArtifactPaths
(Consumer<CustomerArtifactPaths.Builder> customerArtifactPaths) InputCustomerArtifactPaths
object for the scheduled run configuration.customerArtifactPaths
(CustomerArtifactPaths customerArtifactPaths) InputCustomerArtifactPaths
object for the scheduled run configuration.default ScheduleRunConfiguration.Builder
deviceProxy
(Consumer<DeviceProxy.Builder> deviceProxy) The device proxy to be configured on the device for the run.deviceProxy
(DeviceProxy deviceProxy) The device proxy to be configured on the device for the run.extraDataPackageArn
(String extraDataPackageArn) The ARN of the extra data for the run.Information about the locale that is used for the run.default ScheduleRunConfiguration.Builder
location
(Consumer<Location.Builder> location) Information about the location that is used for the run.Information about the location that is used for the run.networkProfileArn
(String networkProfileArn) Reserved for internal use.default ScheduleRunConfiguration.Builder
radios
(Consumer<Radios.Builder> radios) Information about the radio states for the run.Information about the radio states for the run.vpceConfigurationArns
(String... vpceConfigurationArns) An array of ARNs for your VPC endpoint configurations.vpceConfigurationArns
(Collection<String> vpceConfigurationArns) An array of ARNs for your VPC endpoint configurations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkProfileArn
Reserved for internal use.
- Parameters:
networkProfileArn
- Reserved for internal use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locale
Information about the locale that is used for the run.
- Parameters:
locale
- Information about the locale that is used for the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
Information about the location that is used for the run.
- Parameters:
location
- Information about the location that is used for the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
Information about the location that is used for the run.
This is a convenience method that creates an instance of theLocation.Builder
avoiding the need to create one manually viaLocation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolocation(Location)
.- Parameters:
location
- a consumer that will call methods onLocation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vpceConfigurationArns
An array of ARNs for your VPC endpoint configurations.
- Parameters:
vpceConfigurationArns
- An array of ARNs for your VPC endpoint configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpceConfigurationArns
An array of ARNs for your VPC endpoint configurations.
- Parameters:
vpceConfigurationArns
- An array of ARNs for your VPC endpoint configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceProxy
The device proxy to be configured on the device for the run.
- Parameters:
deviceProxy
- The device proxy to be configured on the device for the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceProxy
The device proxy to be configured on the device for the run.
This is a convenience method that creates an instance of theDeviceProxy.Builder
avoiding the need to create one manually viaDeviceProxy.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todeviceProxy(DeviceProxy)
.- Parameters:
deviceProxy
- a consumer that will call methods onDeviceProxy.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customerArtifactPaths
Input
CustomerArtifactPaths
object for the scheduled run configuration.- Parameters:
customerArtifactPaths
- InputCustomerArtifactPaths
object for the scheduled run configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerArtifactPaths
default ScheduleRunConfiguration.Builder customerArtifactPaths(Consumer<CustomerArtifactPaths.Builder> customerArtifactPaths) Input
This is a convenience method that creates an instance of theCustomerArtifactPaths
object for the scheduled run configuration.CustomerArtifactPaths.Builder
avoiding the need to create one manually viaCustomerArtifactPaths.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocustomerArtifactPaths(CustomerArtifactPaths)
.- Parameters:
customerArtifactPaths
- a consumer that will call methods onCustomerArtifactPaths.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
radios
Information about the radio states for the run.
- Parameters:
radios
- Information about the radio states for the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
radios
Information about the radio states for the run.
This is a convenience method that creates an instance of theRadios.Builder
avoiding the need to create one manually viaRadios.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toradios(Radios)
.- Parameters:
radios
- a consumer that will call methods onRadios.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
auxiliaryApps
A list of upload ARNs for app packages to be installed with your app.
- Parameters:
auxiliaryApps
- A list of upload ARNs for app packages to be installed with your app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auxiliaryApps
A list of upload ARNs for app packages to be installed with your app.
- Parameters:
auxiliaryApps
- A list of upload ARNs for app packages to be installed with your app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingMethod
Specifies the billing method for a test run:
metered
orunmetered
. If the parameter is not specified, the default value ismetered
.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.- Parameters:
billingMethod
- Specifies the billing method for a test run:metered
orunmetered
. If the parameter is not specified, the default value ismetered
.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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
billingMethod
Specifies the billing method for a test run:
metered
orunmetered
. If the parameter is not specified, the default value ismetered
.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.- Parameters:
billingMethod
- Specifies the billing method for a test run:metered
orunmetered
. If the parameter is not specified, the default value ismetered
.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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-