CopyableBuilder<VolumeConfiguration.Builder,VolumeConfiguration>, SdkBuilder<VolumeConfiguration.Builder,VolumeConfiguration>public static interface VolumeConfiguration.Builder extends CopyableBuilder<VolumeConfiguration.Builder,VolumeConfiguration>
| Modifier and Type | Method | Description |
|---|---|---|
VolumeConfiguration.Builder |
iops(Integer iops) |
For PIOPS volumes, the IOPS per disk.
|
VolumeConfiguration.Builder |
mountPoint(String mountPoint) |
The volume mount point.
|
VolumeConfiguration.Builder |
numberOfDisks(Integer numberOfDisks) |
The number of disks in the volume.
|
VolumeConfiguration.Builder |
raidLevel(Integer raidLevel) |
The volume RAID level.
|
VolumeConfiguration.Builder |
size(Integer size) |
The volume size.
|
VolumeConfiguration.Builder |
volumeType(String volumeType) |
The volume type:
|
copyapply, buildVolumeConfiguration.Builder mountPoint(String mountPoint)
The volume mount point. For example "/dev/sdh".
mountPoint - The volume mount point. For example "/dev/sdh".VolumeConfiguration.Builder raidLevel(Integer raidLevel)
The volume RAID level.
raidLevel - The volume RAID level.VolumeConfiguration.Builder numberOfDisks(Integer numberOfDisks)
The number of disks in the volume.
numberOfDisks - The number of disks in the volume.VolumeConfiguration.Builder size(Integer size)
The volume size.
size - The volume size.VolumeConfiguration.Builder volumeType(String volumeType)
The volume type:
standard - Magnetic
io1 - Provisioned IOPS (SSD)
gp2 - General Purpose (SSD)
volumeType - The volume type:
standard - Magnetic
io1 - Provisioned IOPS (SSD)
gp2 - General Purpose (SSD)
VolumeConfiguration.Builder iops(Integer iops)
For PIOPS volumes, the IOPS per disk.
iops - For PIOPS volumes, the IOPS per disk.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.