public static interface EbsConfiguration.Builder extends CopyableBuilder<EbsConfiguration.Builder,EbsConfiguration>
Modifier and Type | Method and 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.
|
copy
apply, build
EbsConfiguration.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.
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.