public static interface VolumeConfiguration.Builder extends SdkPojo, CopyableBuilder<VolumeConfiguration.Builder,VolumeConfiguration>
Modifier and Type | Method and Description |
---|---|
VolumeConfiguration.Builder |
encrypted(Boolean encrypted)
Specifies whether an Amazon EBS volume is encrypted.
|
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.
|
copy
applyMutation, build
VolumeConfiguration.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. For more information, see Amazon EBS Volume Types.
standard
- Magnetic. Magnetic volumes must have a minimum size of 1 GiB and a maximum size of
1024 GiB.
io1
- Provisioned IOPS (SSD). PIOPS volumes must have a minimum size of 4 GiB and a maximum size
of 16384 GiB.
gp2
- General Purpose (SSD). General purpose volumes must have a minimum size of 1 GiB and a
maximum size of 16384 GiB.
st1
- Throughput Optimized hard disk drive (HDD). Throughput optimized HDD volumes must have a
minimum size of 500 GiB and a maximum size of 16384 GiB.
sc1
- Cold HDD. Cold HDD volumes must have a minimum size of 500 GiB and a maximum size of 16384
GiB.
volumeType
- The volume type. For more information, see Amazon EBS Volume
Types.
standard
- Magnetic. Magnetic volumes must have a minimum size of 1 GiB and a maximum
size of 1024 GiB.
io1
- Provisioned IOPS (SSD). PIOPS volumes must have a minimum size of 4 GiB and a
maximum size of 16384 GiB.
gp2
- General Purpose (SSD). General purpose volumes must have a minimum size of 1 GiB
and a maximum size of 16384 GiB.
st1
- Throughput Optimized hard disk drive (HDD). Throughput optimized HDD volumes must
have a minimum size of 500 GiB and a maximum size of 16384 GiB.
sc1
- Cold HDD. Cold HDD volumes must have a minimum size of 500 GiB and a maximum size
of 16384 GiB.
VolumeConfiguration.Builder iops(Integer iops)
For PIOPS volumes, the IOPS per disk.
iops
- For PIOPS volumes, the IOPS per disk.VolumeConfiguration.Builder encrypted(Boolean encrypted)
Specifies whether an Amazon EBS volume is encrypted. For more information, see Amazon EBS Encryption.
encrypted
- Specifies whether an Amazon EBS volume is encrypted. For more information, see Amazon EBS
Encryption.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.