CopyableBuilder<DeviceDefinitionVersion.Builder,DeviceDefinitionVersion>, SdkBuilder<DeviceDefinitionVersion.Builder,DeviceDefinitionVersion>public static interface DeviceDefinitionVersion.Builder extends CopyableBuilder<DeviceDefinitionVersion.Builder,DeviceDefinitionVersion>
| Modifier and Type | Method | Description |
|---|---|---|
DeviceDefinitionVersion.Builder |
devices(Collection<Device> devices) |
Devices in the definition version.
|
DeviceDefinitionVersion.Builder |
devices(Device... devices) |
Devices in the definition version.
|
copyapply, buildDeviceDefinitionVersion.Builder devices(Collection<Device> devices)
devices - Devices in the definition version.DeviceDefinitionVersion.Builder devices(Device... devices)
NOTE: This method appends the values to the existing list (if any). Use
#setDevices(java.util.Collection) or #withDevices(java.util.Collection) if you want to
override the existing values.
devices - Devices in the definition version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.