StructuredPojo
, ToCopyableBuilder<VolumeConfiguration.Builder,VolumeConfiguration>
@Generated("software.amazon.awssdk:codegen") public class VolumeConfiguration extends Object implements StructuredPojo, ToCopyableBuilder<VolumeConfiguration.Builder,VolumeConfiguration>
Describes an Amazon EBS volume configuration.
Modifier and Type | Class | Description |
---|---|---|
static interface |
VolumeConfiguration.Builder |
Modifier and Type | Method | Description |
---|---|---|
static VolumeConfiguration.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
iops() |
For PIOPS volumes, the IOPS per disk.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
mountPoint() |
The volume mount point.
|
Integer |
numberOfDisks() |
The number of disks in the volume.
|
Integer |
raidLevel() |
The volume RAID level.
|
static Class<? extends VolumeConfiguration.Builder> |
serializableBuilderClass() |
|
Integer |
size() |
The volume size.
|
VolumeConfiguration.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
volumeType() |
The volume type:
|
public String mountPoint()
The volume mount point. For example "/dev/sdh".
public Integer raidLevel()
The volume RAID level.
public Integer numberOfDisks()
The number of disks in the volume.
public Integer size()
The volume size.
public String volumeType()
The volume type:
standard
- Magnetic
io1
- Provisioned IOPS (SSD)
gp2
- General Purpose (SSD)
standard
- Magnetic
io1
- Provisioned IOPS (SSD)
gp2
- General Purpose (SSD)
public Integer iops()
For PIOPS volumes, the IOPS per disk.
public VolumeConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VolumeConfiguration.Builder,VolumeConfiguration>
public static VolumeConfiguration.Builder builder()
public static Class<? extends VolumeConfiguration.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.