Interface GetDevicePoolCompatibilityRequest.Builder

    • Method Detail

      • devicePoolArn

        GetDevicePoolCompatibilityRequest.Builder devicePoolArn​(String devicePoolArn)

        The device pool's ARN.

        Parameters:
        devicePoolArn - The device pool's ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appArn

        GetDevicePoolCompatibilityRequest.Builder appArn​(String appArn)

        The ARN of the app that is associated with the specified device pool.

        Parameters:
        appArn - The ARN of the app that is associated with the specified device pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testType

        GetDevicePoolCompatibilityRequest.Builder testType​(String testType)

        The test type for the specified device pool.

        Allowed values include the following:

        • BUILTIN_FUZZ.

        • BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.

        • APPIUM_JAVA_JUNIT.

        • APPIUM_JAVA_TESTNG.

        • APPIUM_PYTHON.

        • APPIUM_NODE.

        • APPIUM_RUBY.

        • APPIUM_WEB_JAVA_JUNIT.

        • APPIUM_WEB_JAVA_TESTNG.

        • APPIUM_WEB_PYTHON.

        • APPIUM_WEB_NODE.

        • APPIUM_WEB_RUBY.

        • CALABASH.

        • INSTRUMENTATION.

        • UIAUTOMATION.

        • UIAUTOMATOR.

        • XCTEST.

        • XCTEST_UI.

        Parameters:
        testType - The test type for the specified device pool.

        Allowed values include the following:

        • BUILTIN_FUZZ.

        • BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.

        • APPIUM_JAVA_JUNIT.

        • APPIUM_JAVA_TESTNG.

        • APPIUM_PYTHON.

        • APPIUM_NODE.

        • APPIUM_RUBY.

        • APPIUM_WEB_JAVA_JUNIT.

        • APPIUM_WEB_JAVA_TESTNG.

        • APPIUM_WEB_PYTHON.

        • APPIUM_WEB_NODE.

        • APPIUM_WEB_RUBY.

        • CALABASH.

        • INSTRUMENTATION.

        • UIAUTOMATION.

        • UIAUTOMATOR.

        • XCTEST.

        • XCTEST_UI.

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

        GetDevicePoolCompatibilityRequest.Builder testType​(TestType testType)

        The test type for the specified device pool.

        Allowed values include the following:

        • BUILTIN_FUZZ.

        • BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.

        • APPIUM_JAVA_JUNIT.

        • APPIUM_JAVA_TESTNG.

        • APPIUM_PYTHON.

        • APPIUM_NODE.

        • APPIUM_RUBY.

        • APPIUM_WEB_JAVA_JUNIT.

        • APPIUM_WEB_JAVA_TESTNG.

        • APPIUM_WEB_PYTHON.

        • APPIUM_WEB_NODE.

        • APPIUM_WEB_RUBY.

        • CALABASH.

        • INSTRUMENTATION.

        • UIAUTOMATION.

        • UIAUTOMATOR.

        • XCTEST.

        • XCTEST_UI.

        Parameters:
        testType - The test type for the specified device pool.

        Allowed values include the following:

        • BUILTIN_FUZZ.

        • BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.

        • APPIUM_JAVA_JUNIT.

        • APPIUM_JAVA_TESTNG.

        • APPIUM_PYTHON.

        • APPIUM_NODE.

        • APPIUM_RUBY.

        • APPIUM_WEB_JAVA_JUNIT.

        • APPIUM_WEB_JAVA_TESTNG.

        • APPIUM_WEB_PYTHON.

        • APPIUM_WEB_NODE.

        • APPIUM_WEB_RUBY.

        • CALABASH.

        • INSTRUMENTATION.

        • UIAUTOMATION.

        • UIAUTOMATOR.

        • XCTEST.

        • XCTEST_UI.

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

        GetDevicePoolCompatibilityRequest.Builder test​(ScheduleRunTest test)

        Information about the uploaded test to be run against the device pool.

        Parameters:
        test - Information about the uploaded test to be run against the device pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configuration

        GetDevicePoolCompatibilityRequest.Builder configuration​(ScheduleRunConfiguration configuration)

        An object that contains information about the settings for a run.

        Parameters:
        configuration - An object that contains information about the settings for a run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.