public static interface Disk.Builder extends SdkPojo, CopyableBuilder<Disk.Builder,Disk>
Modifier and Type | Method and Description |
---|---|
Disk.Builder |
diskAllocationResource(String diskAllocationResource)
The iSCSI Qualified Name (IQN) that is defined for a disk.
|
Disk.Builder |
diskAllocationType(String diskAllocationType)
Sets the value of the DiskAllocationType property for this object.
|
Disk.Builder |
diskAttributeList(Collection<String> diskAttributeList)
Sets the value of the DiskAttributeList property for this object.
|
Disk.Builder |
diskAttributeList(String... diskAttributeList)
Sets the value of the DiskAttributeList property for this object.
|
Disk.Builder |
diskId(String diskId)
The unique device ID or other distinguishing data that identifies a local disk.
|
Disk.Builder |
diskNode(String diskNode)
The device node of a local disk as assigned by the virtualization environment.
|
Disk.Builder |
diskPath(String diskPath)
The path of a local disk in the gateway virtual machine (VM).
|
Disk.Builder |
diskSizeInBytes(Long diskSizeInBytes)
The local disk size in bytes.
|
Disk.Builder |
diskStatus(String diskStatus)
A value that represents the status of a local disk.
|
copy
applyMutation, build
Disk.Builder diskId(String diskId)
The unique device ID or other distinguishing data that identifies a local disk.
diskId
- The unique device ID or other distinguishing data that identifies a local disk.Disk.Builder diskPath(String diskPath)
The path of a local disk in the gateway virtual machine (VM).
diskPath
- The path of a local disk in the gateway virtual machine (VM).Disk.Builder diskNode(String diskNode)
The device node of a local disk as assigned by the virtualization environment.
diskNode
- The device node of a local disk as assigned by the virtualization environment.Disk.Builder diskStatus(String diskStatus)
A value that represents the status of a local disk.
diskStatus
- A value that represents the status of a local disk.Disk.Builder diskSizeInBytes(Long diskSizeInBytes)
The local disk size in bytes.
diskSizeInBytes
- The local disk size in bytes.Disk.Builder diskAllocationType(String diskAllocationType)
diskAllocationType
- The new value for the DiskAllocationType property for this object.Disk.Builder diskAllocationResource(String diskAllocationResource)
The iSCSI Qualified Name (IQN) that is defined for a disk. This field is not included in the response if the local disk is not defined as an iSCSI target. The format of this field is targetIqn::LUNNumber::region-volumeId.
diskAllocationResource
- The iSCSI Qualified Name (IQN) that is defined for a disk. This field is not included in the response
if the local disk is not defined as an iSCSI target. The format of this field is
targetIqn::LUNNumber::region-volumeId.Disk.Builder diskAttributeList(Collection<String> diskAttributeList)
diskAttributeList
- The new value for the DiskAttributeList property for this object.Disk.Builder diskAttributeList(String... diskAttributeList)
diskAttributeList
- The new value for the DiskAttributeList property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.