public static interface Disk.Builder extends SdkPojo, CopyableBuilder<Disk.Builder,Disk>
Modifier and Type | Method and Description |
---|---|
Disk.Builder |
diskAllocationResource(String diskAllocationResource)
Sets the value of the DiskAllocationResource property for this object.
|
Disk.Builder |
diskAllocationType(String diskAllocationType)
Sets the value of the DiskAllocationType property for this object.
|
Disk.Builder |
diskId(String diskId)
Sets the value of the DiskId property for this object.
|
Disk.Builder |
diskNode(String diskNode)
Sets the value of the DiskNode property for this object.
|
Disk.Builder |
diskPath(String diskPath)
Sets the value of the DiskPath property for this object.
|
Disk.Builder |
diskSizeInBytes(Long diskSizeInBytes)
Sets the value of the DiskSizeInBytes property for this object.
|
Disk.Builder |
diskStatus(String diskStatus)
Sets the value of the DiskStatus property for this object.
|
copy
applyMutation, build
Disk.Builder diskId(String diskId)
diskId
- The new value for the DiskId property for this object.Disk.Builder diskPath(String diskPath)
diskPath
- The new value for the DiskPath property for this object.Disk.Builder diskNode(String diskNode)
diskNode
- The new value for the DiskNode property for this object.Disk.Builder diskStatus(String diskStatus)
diskStatus
- The new value for the DiskStatus property for this object.Disk.Builder diskSizeInBytes(Long diskSizeInBytes)
diskSizeInBytes
- The new value for the DiskSizeInBytes property for this object.Disk.Builder diskAllocationType(String diskAllocationType)
diskAllocationType
- The new value for the DiskAllocationType property for this object.Disk.Builder diskAllocationResource(String diskAllocationResource)
diskAllocationResource
- The new value for the DiskAllocationResource property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.