Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.InstanceTypeConfigProperty.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrCreateCluster.InstanceTypeConfigProperty.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionSets the value ofEmrCreateCluster.InstanceTypeConfigProperty.getBidPrice()
EmrCreateCluster.InstanceTypeConfigProperty.Builder.bidPriceAsPercentageOfOnDemandPrice
(Number bidPriceAsPercentageOfOnDemandPrice) EmrCreateCluster.InstanceTypeConfigProperty.builder()
EmrCreateCluster.InstanceTypeConfigProperty.Builder.configurations
(List<? extends EmrCreateCluster.ConfigurationProperty> configurations) Sets the value ofEmrCreateCluster.InstanceTypeConfigProperty.getConfigurations()
EmrCreateCluster.InstanceTypeConfigProperty.Builder.ebsConfiguration
(EmrCreateCluster.EbsConfigurationProperty ebsConfiguration) Sets the value ofEmrCreateCluster.InstanceTypeConfigProperty.getEbsConfiguration()
EmrCreateCluster.InstanceTypeConfigProperty.Builder.instanceType
(String instanceType) Sets the value ofEmrCreateCluster.InstanceTypeConfigProperty.getInstanceType()
EmrCreateCluster.InstanceTypeConfigProperty.Builder.weightedCapacity
(Number weightedCapacity) Sets the value ofEmrCreateCluster.InstanceTypeConfigProperty.getWeightedCapacity()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theEmrCreateCluster.InstanceTypeConfigProperty.Builder
.