Class EbsConfiguration
java.lang.Object
com.amazonaws.services.elasticmapreduce.model.EbsConfiguration
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setEbsBlockDeviceConfigs
(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs) void
setEbsOptimized
(Boolean ebsOptimized) toString()
Returns a string representation of this object; useful for testing and debugging.withEbsBlockDeviceConfigs
(EbsBlockDeviceConfig... ebsBlockDeviceConfigs) NOTE: This method appends the values to the existing list (if any).withEbsBlockDeviceConfigs
(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs) withEbsOptimized
(Boolean ebsOptimized)
-
Constructor Details
-
EbsConfiguration
public EbsConfiguration()
-
-
Method Details
-
getEbsBlockDeviceConfigs
- Returns:
-
setEbsBlockDeviceConfigs
- Parameters:
ebsBlockDeviceConfigs
-
-
withEbsBlockDeviceConfigs
NOTE: This method appends the values to the existing list (if any). Use
setEbsBlockDeviceConfigs(java.util.Collection)
orwithEbsBlockDeviceConfigs(java.util.Collection)
if you want to override the existing values.- Parameters:
ebsBlockDeviceConfigs
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withEbsBlockDeviceConfigs
public EbsConfiguration withEbsBlockDeviceConfigs(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs) - Parameters:
ebsBlockDeviceConfigs
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEbsOptimized
- Parameters:
ebsOptimized
-
-
getEbsOptimized
- Returns:
-
withEbsOptimized
- Parameters:
ebsOptimized
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isEbsOptimized
- Returns:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-