public static interface DeviceSelectionConfig.Builder extends SdkPojo, CopyableBuilder<DeviceSelectionConfig.Builder,DeviceSelectionConfig>
| Modifier and Type | Method and Description |
|---|---|
DeviceSelectionConfig.Builder |
deviceNameContains(String deviceNameContains)
A filter to select devices with names containing this name.
|
DeviceSelectionConfig.Builder |
deviceNames(Collection<String> deviceNames)
List of devices chosen to deploy.
|
DeviceSelectionConfig.Builder |
deviceNames(String... deviceNames)
List of devices chosen to deploy.
|
DeviceSelectionConfig.Builder |
deviceSubsetType(DeviceSubsetType deviceSubsetType)
Type of device subsets to deploy to the current stage.
|
DeviceSelectionConfig.Builder |
deviceSubsetType(String deviceSubsetType)
Type of device subsets to deploy to the current stage.
|
DeviceSelectionConfig.Builder |
percentage(Integer percentage)
Percentage of devices in the fleet to deploy to the current stage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeviceSelectionConfig.Builder deviceSubsetType(String deviceSubsetType)
Type of device subsets to deploy to the current stage.
deviceSubsetType - Type of device subsets to deploy to the current stage.DeviceSubsetType,
DeviceSubsetTypeDeviceSelectionConfig.Builder deviceSubsetType(DeviceSubsetType deviceSubsetType)
Type of device subsets to deploy to the current stage.
deviceSubsetType - Type of device subsets to deploy to the current stage.DeviceSubsetType,
DeviceSubsetTypeDeviceSelectionConfig.Builder percentage(Integer percentage)
Percentage of devices in the fleet to deploy to the current stage.
percentage - Percentage of devices in the fleet to deploy to the current stage.DeviceSelectionConfig.Builder deviceNames(Collection<String> deviceNames)
List of devices chosen to deploy.
deviceNames - List of devices chosen to deploy.DeviceSelectionConfig.Builder deviceNames(String... deviceNames)
List of devices chosen to deploy.
deviceNames - List of devices chosen to deploy.DeviceSelectionConfig.Builder deviceNameContains(String deviceNameContains)
A filter to select devices with names containing this name.
deviceNameContains - A filter to select devices with names containing this name.Copyright © 2022. All rights reserved.