Interface ScheduleRunConfiguration.Builder

    • 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.
      • 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 CustomerArtifactPaths object for the scheduled run configuration.

        Parameters:
        customerArtifactPaths - Input CustomerArtifactPaths object for the scheduled run configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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.
      • 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: 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.

        Parameters:
        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.

        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: 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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BillingMethod, BillingMethod