CopyableBuilder<GetDevicePoolCompatibilityResponse.Builder,GetDevicePoolCompatibilityResponse>
, SdkBuilder<GetDevicePoolCompatibilityResponse.Builder,GetDevicePoolCompatibilityResponse>
public static interface GetDevicePoolCompatibilityResponse.Builder extends CopyableBuilder<GetDevicePoolCompatibilityResponse.Builder,GetDevicePoolCompatibilityResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
GetDevicePoolCompatibilityResponse.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 Amazon Web Services, Inc. All Rights Reserved.