@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EbsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon EBS configuration of a cluster instance.
| Constructor and Description | 
|---|
| EbsConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| EbsConfiguration | clone() | 
| boolean | equals(Object obj) | 
| List<EbsBlockDeviceConfig> | getEbsBlockDeviceConfigs()
 An array of Amazon EBS volume specifications attached to a cluster instance. | 
| Boolean | getEbsOptimized()
 Indicates whether an Amazon EBS volume is EBS-optimized. | 
| int | hashCode() | 
| Boolean | isEbsOptimized()
 Indicates whether an Amazon EBS volume is EBS-optimized. | 
| void | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setEbsBlockDeviceConfigs(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs)
 An array of Amazon EBS volume specifications attached to a cluster instance. | 
| void | setEbsOptimized(Boolean ebsOptimized)
 Indicates whether an Amazon EBS volume is EBS-optimized. | 
| String | toString()Returns a string representation of this object. | 
| EbsConfiguration | withEbsBlockDeviceConfigs(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs)
 An array of Amazon EBS volume specifications attached to a cluster instance. | 
| EbsConfiguration | withEbsBlockDeviceConfigs(EbsBlockDeviceConfig... ebsBlockDeviceConfigs)
 An array of Amazon EBS volume specifications attached to a cluster instance. | 
| EbsConfiguration | withEbsOptimized(Boolean ebsOptimized)
 Indicates whether an Amazon EBS volume is EBS-optimized. | 
public List<EbsBlockDeviceConfig> getEbsBlockDeviceConfigs()
An array of Amazon EBS volume specifications attached to a cluster instance.
public void setEbsBlockDeviceConfigs(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs)
An array of Amazon EBS volume specifications attached to a cluster instance.
ebsBlockDeviceConfigs - An array of Amazon EBS volume specifications attached to a cluster instance.public EbsConfiguration withEbsBlockDeviceConfigs(EbsBlockDeviceConfig... ebsBlockDeviceConfigs)
An array of Amazon EBS volume specifications attached to a cluster instance.
 NOTE: This method appends the values to the existing list (if any). Use
 setEbsBlockDeviceConfigs(java.util.Collection) or
 withEbsBlockDeviceConfigs(java.util.Collection) if you want to override the existing values.
 
ebsBlockDeviceConfigs - An array of Amazon EBS volume specifications attached to a cluster instance.public EbsConfiguration withEbsBlockDeviceConfigs(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs)
An array of Amazon EBS volume specifications attached to a cluster instance.
ebsBlockDeviceConfigs - An array of Amazon EBS volume specifications attached to a cluster instance.public void setEbsOptimized(Boolean ebsOptimized)
Indicates whether an Amazon EBS volume is EBS-optimized.
ebsOptimized - Indicates whether an Amazon EBS volume is EBS-optimized.public Boolean getEbsOptimized()
Indicates whether an Amazon EBS volume is EBS-optimized.
public EbsConfiguration withEbsOptimized(Boolean ebsOptimized)
Indicates whether an Amazon EBS volume is EBS-optimized.
ebsOptimized - Indicates whether an Amazon EBS volume is EBS-optimized.public Boolean isEbsOptimized()
Indicates whether an Amazon EBS volume is EBS-optimized.
public String toString()
toString in class ObjectObject.toString()public EbsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.