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, sdkFields
copy
applyMutation, 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 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 theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #ebsBlockDeviceConfigs(List)
.ebsBlockDeviceConfigs
- a consumer that will call methods on List.Builder
#ebsBlockDeviceConfigs(List)
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 © 2022. All rights reserved.