CopyableBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>, SdkBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>public static interface IncompatibilityMessage.Builder extends CopyableBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>
| Modifier and Type | Method | Description |
|---|---|---|
IncompatibilityMessage.Builder |
message(String message) |
A message about the incompatibility.
|
IncompatibilityMessage.Builder |
type(String type) |
The type of incompatibility.
|
IncompatibilityMessage.Builder |
type(DeviceAttribute type) |
The type of incompatibility.
|
copyapply, buildIncompatibilityMessage.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.
DeviceAttributeIncompatibilityMessage.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.
DeviceAttributeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.