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.
|
copy
apply, 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
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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.