Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.emr.CfnInstanceFleetConfigPropsMixin.Builder
Packages that use CfnInstanceFleetConfigPropsMixin.Builder
-
Uses of CfnInstanceFleetConfigPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.emr
Methods in software.amazon.awscdk.cfnpropertymixins.services.emr that return CfnInstanceFleetConfigPropsMixin.BuilderModifier and TypeMethodDescriptionThe unique identifier of the EMR cluster.CfnInstanceFleetConfigPropsMixin.Builder.create()CfnInstanceFleetConfigPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnInstanceFleetConfigPropsMixin.Builder.instanceFleetType(String instanceFleetType) The node type that the instance fleet hosts.CfnInstanceFleetConfigPropsMixin.Builder.instanceTypeConfigs(List<? extends Object> instanceTypeConfigs) InstanceTypeConfigsdetermine the EC2 instances that Amazon EMR attempts to provision to fulfill On-Demand and Spot target capacities.CfnInstanceFleetConfigPropsMixin.Builder.instanceTypeConfigs(IResolvable instanceTypeConfigs) InstanceTypeConfigsdetermine the EC2 instances that Amazon EMR attempts to provision to fulfill On-Demand and Spot target capacities.CfnInstanceFleetConfigPropsMixin.Builder.launchSpecifications(CfnInstanceFleetConfigPropsMixin.InstanceFleetProvisioningSpecificationsProperty launchSpecifications) The launch specification for the instance fleet.CfnInstanceFleetConfigPropsMixin.Builder.launchSpecifications(IResolvable launchSpecifications) The launch specification for the instance fleet.The friendly name of the instance fleet.CfnInstanceFleetConfigPropsMixin.Builder.resizeSpecifications(CfnInstanceFleetConfigPropsMixin.InstanceFleetResizingSpecificationsProperty resizeSpecifications) The resize specification for the instance fleet.CfnInstanceFleetConfigPropsMixin.Builder.resizeSpecifications(IResolvable resizeSpecifications) The resize specification for the instance fleet.CfnInstanceFleetConfigPropsMixin.Builder.targetOnDemandCapacity(Number targetOnDemandCapacity) The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.CfnInstanceFleetConfigPropsMixin.Builder.targetSpotCapacity(Number targetSpotCapacity) The target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.