Interface ScheduleRunConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ScheduleRunConfiguration.Builder,ScheduleRunConfiguration>,SdkBuilder<ScheduleRunConfiguration.Builder,ScheduleRunConfiguration>,SdkPojo
- Enclosing class:
- ScheduleRunConfiguration
public static interface ScheduleRunConfiguration.Builder extends SdkPojo, CopyableBuilder<ScheduleRunConfiguration.Builder,ScheduleRunConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ScheduleRunConfiguration.BuilderauxiliaryApps(String... auxiliaryApps)A list of upload ARNs for app packages to be installed with your app.ScheduleRunConfiguration.BuilderauxiliaryApps(Collection<String> auxiliaryApps)A list of upload ARNs for app packages to be installed with your app.ScheduleRunConfiguration.BuilderbillingMethod(String billingMethod)Specifies the billing method for a test run:meteredorunmetered.ScheduleRunConfiguration.BuilderbillingMethod(BillingMethod billingMethod)Specifies the billing method for a test run:meteredorunmetered.default ScheduleRunConfiguration.BuildercustomerArtifactPaths(Consumer<CustomerArtifactPaths.Builder> customerArtifactPaths)InputCustomerArtifactPathsobject for the scheduled run configuration.ScheduleRunConfiguration.BuildercustomerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)InputCustomerArtifactPathsobject for the scheduled run configuration.ScheduleRunConfiguration.BuilderextraDataPackageArn(String extraDataPackageArn)The ARN of the extra data for the run.ScheduleRunConfiguration.Builderlocale(String locale)Information about the locale that is used for the run.default ScheduleRunConfiguration.Builderlocation(Consumer<Location.Builder> location)Information about the location that is used for the run.ScheduleRunConfiguration.Builderlocation(Location location)Information about the location that is used for the run.ScheduleRunConfiguration.BuildernetworkProfileArn(String networkProfileArn)Reserved for internal use.default ScheduleRunConfiguration.Builderradios(Consumer<Radios.Builder> radios)Information about the radio states for the run.ScheduleRunConfiguration.Builderradios(Radios radios)Information about the radio states for the run.ScheduleRunConfiguration.BuildervpceConfigurationArns(String... vpceConfigurationArns)An array of ARNs for your VPC endpoint configurations.ScheduleRunConfiguration.BuildervpceConfigurationArns(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, sdkFields
-
-
-
-
Method Detail
-
extraDataPackageArn
ScheduleRunConfiguration.Builder extraDataPackageArn(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.
- 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
ScheduleRunConfiguration.Builder networkProfileArn(String 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
ScheduleRunConfiguration.Builder locale(String 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
ScheduleRunConfiguration.Builder location(Location 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
default ScheduleRunConfiguration.Builder location(Consumer<Location.Builder> location)
Information about the location that is used for the run.
This is a convenience method that creates an instance of theLocation.Builderavoiding the need to create one manually viaLocation.builder().When the
Consumercompletes,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:
location(Location)
-
vpceConfigurationArns
ScheduleRunConfiguration.Builder vpceConfigurationArns(Collection<String> 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
ScheduleRunConfiguration.Builder vpceConfigurationArns(String... 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.
-
customerArtifactPaths
ScheduleRunConfiguration.Builder customerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Input
CustomerArtifactPathsobject for the scheduled run configuration.- Parameters:
customerArtifactPaths- InputCustomerArtifactPathsobject 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 theCustomerArtifactPathsobject for the scheduled run configuration.CustomerArtifactPaths.Builderavoiding the need to create one manually viaCustomerArtifactPaths.builder().When the
Consumercompletes,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:
customerArtifactPaths(CustomerArtifactPaths)
-
radios
ScheduleRunConfiguration.Builder radios(Radios 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
default ScheduleRunConfiguration.Builder radios(Consumer<Radios.Builder> radios)
Information about the radio states for the run.
This is a convenience method that creates an instance of theRadios.Builderavoiding the need to create one manually viaRadios.builder().When the
Consumercompletes,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:
radios(Radios)
-
auxiliaryApps
ScheduleRunConfiguration.Builder auxiliaryApps(Collection<String> 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
ScheduleRunConfiguration.Builder auxiliaryApps(String... 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
ScheduleRunConfiguration.Builder billingMethod(String billingMethod)
Specifies the billing method for a test run:
meteredorunmetered. If the parameter is not specified, the default value ismetered.If you have purchased unmetered device slots, you must set this parameter to
unmeteredto make use of them. Otherwise, your run counts against your metered time.- Parameters:
billingMethod- Specifies the billing method for a test run:meteredorunmetered. If the parameter is not specified, the default value ismetered.If you have purchased unmetered device slots, you must set this parameter to
unmeteredto 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,BillingMethod
-
billingMethod
ScheduleRunConfiguration.Builder billingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
meteredorunmetered. If the parameter is not specified, the default value ismetered.If you have purchased unmetered device slots, you must set this parameter to
unmeteredto make use of them. Otherwise, your run counts against your metered time.- Parameters:
billingMethod- Specifies the billing method for a test run:meteredorunmetered. If the parameter is not specified, the default value ismetered.If you have purchased unmetered device slots, you must set this parameter to
unmeteredto 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,BillingMethod
-
-