public static interface IncompatibilityMessage.Builder extends CopyableBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>
Modifier and Type | Method and Description |
---|---|
IncompatibilityMessage.Builder |
message(String message)
A message about the incompatibility.
|
IncompatibilityMessage.Builder |
type(DeviceAttribute type)
The type of incompatibility.
|
IncompatibilityMessage.Builder |
type(String type)
The type of incompatibility.
|
copy
applyMutation, build
IncompatibilityMessage.Builder message(String message)
A message about the incompatibility.
message
- A message about the incompatibility.IncompatibilityMessage.Builder type(String type)
The type of incompatibility.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
REMOTE_ACCESS_ENABLED: Whether the device is enabled for remote access.
APPIUM_VERSION: The Appium version for the test.
type
- The type of incompatibility.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
REMOTE_ACCESS_ENABLED: Whether the device is enabled for remote access.
APPIUM_VERSION: The Appium version for the test.
DeviceAttribute
,
DeviceAttribute
IncompatibilityMessage.Builder type(DeviceAttribute type)
The type of incompatibility.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
REMOTE_ACCESS_ENABLED: Whether the device is enabled for remote access.
APPIUM_VERSION: The Appium version for the test.
type
- The type of incompatibility.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
REMOTE_ACCESS_ENABLED: Whether the device is enabled for remote access.
APPIUM_VERSION: The Appium version for the test.
DeviceAttribute
,
DeviceAttribute
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.