public static interface VolumeiSCSIAttributes.Builder extends CopyableBuilder<VolumeiSCSIAttributes.Builder,VolumeiSCSIAttributes>
| Modifier and Type | Method and Description |
|---|---|
VolumeiSCSIAttributes.Builder |
chapEnabled(Boolean chapEnabled)
Indicates whether mutual CHAP is enabled for the iSCSI target.
|
VolumeiSCSIAttributes.Builder |
lunNumber(Integer lunNumber)
The logical disk number.
|
VolumeiSCSIAttributes.Builder |
networkInterfaceId(String networkInterfaceId)
The network interface identifier.
|
VolumeiSCSIAttributes.Builder |
networkInterfacePort(Integer networkInterfacePort)
The port used to communicate with iSCSI targets.
|
VolumeiSCSIAttributes.Builder |
targetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume target.
|
copyapply, buildVolumeiSCSIAttributes.Builder targetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume target.
targetARN - The Amazon Resource Name (ARN) of the volume target.VolumeiSCSIAttributes.Builder networkInterfaceId(String networkInterfaceId)
The network interface identifier.
networkInterfaceId - The network interface identifier.VolumeiSCSIAttributes.Builder networkInterfacePort(Integer networkInterfacePort)
The port used to communicate with iSCSI targets.
networkInterfacePort - The port used to communicate with iSCSI targets.VolumeiSCSIAttributes.Builder lunNumber(Integer lunNumber)
The logical disk number.
lunNumber - The logical disk number.VolumeiSCSIAttributes.Builder chapEnabled(Boolean chapEnabled)
Indicates whether mutual CHAP is enabled for the iSCSI target.
chapEnabled - Indicates whether mutual CHAP is enabled for the iSCSI target.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.