Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.EbsConfigurationProperty.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrCreateCluster.EbsConfigurationProperty.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionEmrCreateCluster.EbsConfigurationProperty.builder()
EmrCreateCluster.EbsConfigurationProperty.Builder.ebsBlockDeviceConfigs
(List<? extends EmrCreateCluster.EbsBlockDeviceConfigProperty> ebsBlockDeviceConfigs) Sets the value ofEmrCreateCluster.EbsConfigurationProperty.getEbsBlockDeviceConfigs()
EmrCreateCluster.EbsConfigurationProperty.Builder.ebsOptimized
(Boolean ebsOptimized) Sets the value ofEmrCreateCluster.EbsConfigurationProperty.getEbsOptimized()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theEmrCreateCluster.EbsConfigurationProperty.Builder
.