public static interface EbsConfiguration.Builder extends SdkPojo, 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(Consumer<EbsBlockDeviceConfig.Builder>... 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.
ebsBlockDeviceConfigs - An array of Amazon EBS volume specifications attached to a cluster instance.EbsConfiguration.Builder ebsBlockDeviceConfigs(Consumer<EbsBlockDeviceConfig.Builder>... ebsBlockDeviceConfigs)
An array of Amazon EBS volume specifications attached to a cluster instance.
This is a convenience method that creates an instance of theEbsBlockDeviceConfig.Builder avoiding the need to create
one manually via EbsBlockDeviceConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #ebsBlockDeviceConfigs(List.
ebsBlockDeviceConfigs - a consumer that will call methods on
EbsBlockDeviceConfig.Builder#ebsBlockDeviceConfigs(java.util.Collection) 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 © 2023. All rights reserved.