@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EBSOptions extends Object implements Serializable, Cloneable, StructuredPojo
Options to enable, disable, and specify the properties of EBS storage volumes.
| Constructor and Description |
|---|
EBSOptions() |
| Modifier and Type | Method and Description |
|---|---|
EBSOptions |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEBSEnabled()
Whether EBS-based storage is enabled.
|
Integer |
getIops()
The IOPS for Provisioned IOPS And GP3 EBS volume (SSD).
|
Integer |
getThroughput()
The Throughput for GP3 EBS volume (SSD).
|
Integer |
getVolumeSize()
Integer to specify the size of an EBS volume.
|
String |
getVolumeType()
The volume type for EBS-based storage.
|
int |
hashCode() |
Boolean |
isEBSEnabled()
Whether EBS-based storage is enabled.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEBSEnabled(Boolean eBSEnabled)
Whether EBS-based storage is enabled.
|
void |
setIops(Integer iops)
The IOPS for Provisioned IOPS And GP3 EBS volume (SSD).
|
void |
setThroughput(Integer throughput)
The Throughput for GP3 EBS volume (SSD).
|
void |
setVolumeSize(Integer volumeSize)
Integer to specify the size of an EBS volume.
|
void |
setVolumeType(String volumeType)
The volume type for EBS-based storage.
|
String |
toString()
Returns a string representation of this object.
|
EBSOptions |
withEBSEnabled(Boolean eBSEnabled)
Whether EBS-based storage is enabled.
|
EBSOptions |
withIops(Integer iops)
The IOPS for Provisioned IOPS And GP3 EBS volume (SSD).
|
EBSOptions |
withThroughput(Integer throughput)
The Throughput for GP3 EBS volume (SSD).
|
EBSOptions |
withVolumeSize(Integer volumeSize)
Integer to specify the size of an EBS volume.
|
EBSOptions |
withVolumeType(String volumeType)
The volume type for EBS-based storage.
|
EBSOptions |
withVolumeType(VolumeType volumeType)
The volume type for EBS-based storage.
|
public void setEBSEnabled(Boolean eBSEnabled)
Whether EBS-based storage is enabled.
eBSEnabled - Whether EBS-based storage is enabled.public Boolean getEBSEnabled()
Whether EBS-based storage is enabled.
public EBSOptions withEBSEnabled(Boolean eBSEnabled)
Whether EBS-based storage is enabled.
eBSEnabled - Whether EBS-based storage is enabled.public Boolean isEBSEnabled()
Whether EBS-based storage is enabled.
public void setVolumeType(String volumeType)
The volume type for EBS-based storage.
volumeType - The volume type for EBS-based storage.VolumeTypepublic String getVolumeType()
The volume type for EBS-based storage.
VolumeTypepublic EBSOptions withVolumeType(String volumeType)
The volume type for EBS-based storage.
volumeType - The volume type for EBS-based storage.VolumeTypepublic EBSOptions withVolumeType(VolumeType volumeType)
The volume type for EBS-based storage.
volumeType - The volume type for EBS-based storage.VolumeTypepublic void setVolumeSize(Integer volumeSize)
Integer to specify the size of an EBS volume.
volumeSize - Integer to specify the size of an EBS volume.public Integer getVolumeSize()
Integer to specify the size of an EBS volume.
public EBSOptions withVolumeSize(Integer volumeSize)
Integer to specify the size of an EBS volume.
volumeSize - Integer to specify the size of an EBS volume.public void setIops(Integer iops)
The IOPS for Provisioned IOPS And GP3 EBS volume (SSD).
iops - The IOPS for Provisioned IOPS And GP3 EBS volume (SSD).public Integer getIops()
The IOPS for Provisioned IOPS And GP3 EBS volume (SSD).
public EBSOptions withIops(Integer iops)
The IOPS for Provisioned IOPS And GP3 EBS volume (SSD).
iops - The IOPS for Provisioned IOPS And GP3 EBS volume (SSD).public void setThroughput(Integer throughput)
The Throughput for GP3 EBS volume (SSD).
throughput - The Throughput for GP3 EBS volume (SSD).public Integer getThroughput()
The Throughput for GP3 EBS volume (SSD).
public EBSOptions withThroughput(Integer throughput)
The Throughput for GP3 EBS volume (SSD).
throughput - The Throughput for GP3 EBS volume (SSD).public String toString()
toString in class ObjectObject.toString()public EBSOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.