@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)
Marshalls this structured data using the given  
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; useful for testing and debugging. 
 | 
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.