CopyableBuilder<DevicePoolCompatibilityResult.Builder,DevicePoolCompatibilityResult>
, SdkBuilder<DevicePoolCompatibilityResult.Builder,DevicePoolCompatibilityResult>
public static interface DevicePoolCompatibilityResult.Builder extends CopyableBuilder<DevicePoolCompatibilityResult.Builder,DevicePoolCompatibilityResult>
Modifier and Type | Method | Description |
---|---|---|
DevicePoolCompatibilityResult.Builder |
compatible(Boolean compatible) |
Whether the result was compatible with the device pool.
|
DevicePoolCompatibilityResult.Builder |
device(Device device) |
The device (phone or tablet) that you wish to return information about.
|
DevicePoolCompatibilityResult.Builder |
incompatibilityMessages(Collection<IncompatibilityMessage> incompatibilityMessages) |
Information about the compatibility.
|
DevicePoolCompatibilityResult.Builder |
incompatibilityMessages(IncompatibilityMessage... incompatibilityMessages) |
Information about the compatibility.
|
copy
apply, build
DevicePoolCompatibilityResult.Builder device(Device device)
The device (phone or tablet) that you wish to return information about.
device
- The device (phone or tablet) that you wish to return information about.DevicePoolCompatibilityResult.Builder compatible(Boolean compatible)
Whether the result was compatible with the device pool.
compatible
- Whether the result was compatible with the device pool.DevicePoolCompatibilityResult.Builder incompatibilityMessages(Collection<IncompatibilityMessage> incompatibilityMessages)
Information about the compatibility.
incompatibilityMessages
- Information about the compatibility.DevicePoolCompatibilityResult.Builder incompatibilityMessages(IncompatibilityMessage... incompatibilityMessages)
Information about the compatibility.
NOTE: This method appends the values to the existing list (if any). Use
#setIncompatibilityMessages(java.util.Collection)
or
#withIncompatibilityMessages(java.util.Collection)
if you want to override the existing values.
incompatibilityMessages
- Information about the compatibility.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.