Package com.oracle.bmc.dts.model
Class DetachDevicesDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.dts.model.DetachDevicesDetails.Builder
-
- Enclosing class:
- DetachDevicesDetails
public static class DetachDevicesDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetachDevicesDetails
build()
DetachDevicesDetails.Builder
copy(DetachDevicesDetails model)
DetachDevicesDetails.Builder
deviceLabels(List<String> deviceLabels)
List of TransferDeviceLabel’s
-
-
-
Method Detail
-
deviceLabels
public DetachDevicesDetails.Builder deviceLabels(List<String> deviceLabels)
List of TransferDeviceLabel’s- Parameters:
deviceLabels
- the value to set- Returns:
- this builder
-
build
public DetachDevicesDetails build()
-
copy
public DetachDevicesDetails.Builder copy(DetachDevicesDetails model)
-
-