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