public static interface VTLDevice.Builder extends SdkPojo, CopyableBuilder<VTLDevice.Builder,VTLDevice>
| Modifier and Type | Method and Description |
|---|---|
default VTLDevice.Builder |
deviceiSCSIAttributes(Consumer<DeviceiSCSIAttributes.Builder> deviceiSCSIAttributes)
A list of iSCSI information about a VTL device.
|
VTLDevice.Builder |
deviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes)
A list of iSCSI information about a VTL device.
|
VTLDevice.Builder |
vtlDeviceARN(String vtlDeviceARN)
Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
|
VTLDevice.Builder |
vtlDeviceProductIdentifier(String vtlDeviceProductIdentifier)
Specifies the model number of device that the VTL device emulates.
|
VTLDevice.Builder |
vtlDeviceType(String vtlDeviceType)
Specifies the type of device that the VTL device emulates.
|
VTLDevice.Builder |
vtlDeviceVendor(String vtlDeviceVendor)
Specifies the vendor of the device that the VTL device object emulates.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVTLDevice.Builder vtlDeviceARN(String vtlDeviceARN)
Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
vtlDeviceARN - Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).VTLDevice.Builder vtlDeviceType(String vtlDeviceType)
Specifies the type of device that the VTL device emulates.
vtlDeviceType - Specifies the type of device that the VTL device emulates.VTLDevice.Builder vtlDeviceVendor(String vtlDeviceVendor)
Specifies the vendor of the device that the VTL device object emulates.
vtlDeviceVendor - Specifies the vendor of the device that the VTL device object emulates.VTLDevice.Builder vtlDeviceProductIdentifier(String vtlDeviceProductIdentifier)
Specifies the model number of device that the VTL device emulates.
vtlDeviceProductIdentifier - Specifies the model number of device that the VTL device emulates.VTLDevice.Builder deviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes)
A list of iSCSI information about a VTL device.
deviceiSCSIAttributes - A list of iSCSI information about a VTL device.default VTLDevice.Builder deviceiSCSIAttributes(Consumer<DeviceiSCSIAttributes.Builder> deviceiSCSIAttributes)
A list of iSCSI information about a VTL device.
This is a convenience method that creates an instance of theDeviceiSCSIAttributes.Builder avoiding
the need to create one manually via DeviceiSCSIAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to deviceiSCSIAttributes(DeviceiSCSIAttributes).
deviceiSCSIAttributes - a consumer that will call methods on DeviceiSCSIAttributes.BuilderdeviceiSCSIAttributes(DeviceiSCSIAttributes)Copyright © 2023. All rights reserved.