CopyableBuilder<EbsConfiguration.Builder,EbsConfiguration>, SdkBuilder<EbsConfiguration.Builder,EbsConfiguration>public static interface EbsConfiguration.Builder extends CopyableBuilder<EbsConfiguration.Builder,EbsConfiguration>
| Modifier and Type | Method | Description |
|---|---|---|
EbsConfiguration.Builder |
ebsBlockDeviceConfigs(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs) |
An array of Amazon EBS volume specifications attached to a cluster instance.
|
EbsConfiguration.Builder |
ebsBlockDeviceConfigs(EbsBlockDeviceConfig... ebsBlockDeviceConfigs) |
An array of Amazon EBS volume specifications attached to a cluster instance.
|
EbsConfiguration.Builder |
ebsOptimized(Boolean ebsOptimized) |
Indicates whether an Amazon EBS volume is EBS-optimized.
|
copyapply, buildEbsConfiguration.Builder ebsBlockDeviceConfigs(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.EbsConfiguration.Builder ebsBlockDeviceConfigs(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.EbsConfiguration.Builder ebsOptimized(Boolean ebsOptimized)
Indicates whether an Amazon EBS volume is EBS-optimized.
ebsOptimized - Indicates whether an Amazon EBS volume is EBS-optimized.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.