public static interface GetDevicePoolCompatibilityResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<GetDevicePoolCompatibilityResponse.Builder,GetDevicePoolCompatibilityResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDevicePoolCompatibilityResponse.Builder |
compatibleDevices(Collection<DevicePoolCompatibilityResult> compatibleDevices)
Information about compatible devices.
|
GetDevicePoolCompatibilityResponse.Builder |
compatibleDevices(DevicePoolCompatibilityResult... compatibleDevices)
Information about compatible devices.
|
GetDevicePoolCompatibilityResponse.Builder |
incompatibleDevices(Collection<DevicePoolCompatibilityResult> incompatibleDevices)
Information about incompatible devices.
|
GetDevicePoolCompatibilityResponse.Builder |
incompatibleDevices(DevicePoolCompatibilityResult... incompatibleDevices)
Information about incompatible devices.
|
copyapply, buildGetDevicePoolCompatibilityResponse.Builder compatibleDevices(Collection<DevicePoolCompatibilityResult> compatibleDevices)
Information about compatible devices.
compatibleDevices - Information about compatible devices.GetDevicePoolCompatibilityResponse.Builder compatibleDevices(DevicePoolCompatibilityResult... compatibleDevices)
Information about compatible devices.
NOTE: This method appends the values to the existing list (if any). Use
#setCompatibleDevices(java.util.Collection) or #withCompatibleDevices(java.util.Collection)
if you want to override the existing values.
compatibleDevices - Information about compatible devices.GetDevicePoolCompatibilityResponse.Builder incompatibleDevices(Collection<DevicePoolCompatibilityResult> incompatibleDevices)
Information about incompatible devices.
incompatibleDevices - Information about incompatible devices.GetDevicePoolCompatibilityResponse.Builder incompatibleDevices(DevicePoolCompatibilityResult... incompatibleDevices)
Information about incompatible devices.
NOTE: This method appends the values to the existing list (if any). Use
#setIncompatibleDevices(java.util.Collection) or
#withIncompatibleDevices(java.util.Collection) if you want to override the existing values.
incompatibleDevices - Information about incompatible devices.Copyright © 2017. All rights reserved.