Uses of Class
software.amazon.awscdk.services.emr.CfnCluster.InstanceFleetConfigProperty.Builder
-
Uses of CfnCluster.InstanceFleetConfigProperty.Builder in software.amazon.awscdk.services.emr
Modifier and TypeMethodDescriptionCfnCluster.InstanceFleetConfigProperty.builder()
CfnCluster.InstanceFleetConfigProperty.Builder.instanceTypeConfigs
(List<? extends Object> instanceTypeConfigs) Sets the value ofCfnCluster.InstanceFleetConfigProperty.getInstanceTypeConfigs()
CfnCluster.InstanceFleetConfigProperty.Builder.instanceTypeConfigs
(IResolvable instanceTypeConfigs) Sets the value ofCfnCluster.InstanceFleetConfigProperty.getInstanceTypeConfigs()
CfnCluster.InstanceFleetConfigProperty.Builder.launchSpecifications
(IResolvable launchSpecifications) Sets the value ofCfnCluster.InstanceFleetConfigProperty.getLaunchSpecifications()
CfnCluster.InstanceFleetConfigProperty.Builder.launchSpecifications
(CfnCluster.InstanceFleetProvisioningSpecificationsProperty launchSpecifications) Sets the value ofCfnCluster.InstanceFleetConfigProperty.getLaunchSpecifications()
Sets the value ofCfnCluster.InstanceFleetConfigProperty.getName()
CfnCluster.InstanceFleetConfigProperty.Builder.resizeSpecifications
(IResolvable resizeSpecifications) Sets the value ofCfnCluster.InstanceFleetConfigProperty.getResizeSpecifications()
CfnCluster.InstanceFleetConfigProperty.Builder.resizeSpecifications
(CfnCluster.InstanceFleetResizingSpecificationsProperty resizeSpecifications) Sets the value ofCfnCluster.InstanceFleetConfigProperty.getResizeSpecifications()
CfnCluster.InstanceFleetConfigProperty.Builder.targetOnDemandCapacity
(Number targetOnDemandCapacity) Sets the value ofCfnCluster.InstanceFleetConfigProperty.getTargetOnDemandCapacity()
CfnCluster.InstanceFleetConfigProperty.Builder.targetSpotCapacity
(Number targetSpotCapacity) Sets the value ofCfnCluster.InstanceFleetConfigProperty.getTargetSpotCapacity()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.InstanceFleetConfigProperty.Builder
.