Uses of Class
software.amazon.awscdk.services.emr.CfnCluster.JobFlowInstancesConfigProperty.Builder
-
Uses of CfnCluster.JobFlowInstancesConfigProperty.Builder in software.amazon.awscdk.services.emr
Modifier and TypeMethodDescriptionCfnCluster.JobFlowInstancesConfigProperty.Builder.additionalMasterSecurityGroups
(List<String> additionalMasterSecurityGroups) CfnCluster.JobFlowInstancesConfigProperty.Builder.additionalSlaveSecurityGroups
(List<String> additionalSlaveSecurityGroups) CfnCluster.JobFlowInstancesConfigProperty.builder()
CfnCluster.JobFlowInstancesConfigProperty.Builder.coreInstanceFleet
(IResolvable coreInstanceFleet) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getCoreInstanceFleet()
CfnCluster.JobFlowInstancesConfigProperty.Builder.coreInstanceFleet
(CfnCluster.InstanceFleetConfigProperty coreInstanceFleet) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getCoreInstanceFleet()
CfnCluster.JobFlowInstancesConfigProperty.Builder.coreInstanceGroup
(IResolvable coreInstanceGroup) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getCoreInstanceGroup()
CfnCluster.JobFlowInstancesConfigProperty.Builder.coreInstanceGroup
(CfnCluster.InstanceGroupConfigProperty coreInstanceGroup) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getCoreInstanceGroup()
CfnCluster.JobFlowInstancesConfigProperty.Builder.ec2KeyName
(String ec2KeyName) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getEc2KeyName()
CfnCluster.JobFlowInstancesConfigProperty.Builder.ec2SubnetId
(String ec2SubnetId) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getEc2SubnetId()
CfnCluster.JobFlowInstancesConfigProperty.Builder.ec2SubnetIds
(List<String> ec2SubnetIds) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getEc2SubnetIds()
CfnCluster.JobFlowInstancesConfigProperty.Builder.emrManagedMasterSecurityGroup
(String emrManagedMasterSecurityGroup) CfnCluster.JobFlowInstancesConfigProperty.Builder.emrManagedSlaveSecurityGroup
(String emrManagedSlaveSecurityGroup) CfnCluster.JobFlowInstancesConfigProperty.Builder.hadoopVersion
(String hadoopVersion) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getHadoopVersion()
CfnCluster.JobFlowInstancesConfigProperty.Builder.keepJobFlowAliveWhenNoSteps
(Boolean keepJobFlowAliveWhenNoSteps) CfnCluster.JobFlowInstancesConfigProperty.Builder.keepJobFlowAliveWhenNoSteps
(IResolvable keepJobFlowAliveWhenNoSteps) CfnCluster.JobFlowInstancesConfigProperty.Builder.masterInstanceFleet
(IResolvable masterInstanceFleet) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getMasterInstanceFleet()
CfnCluster.JobFlowInstancesConfigProperty.Builder.masterInstanceFleet
(CfnCluster.InstanceFleetConfigProperty masterInstanceFleet) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getMasterInstanceFleet()
CfnCluster.JobFlowInstancesConfigProperty.Builder.masterInstanceGroup
(IResolvable masterInstanceGroup) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getMasterInstanceGroup()
CfnCluster.JobFlowInstancesConfigProperty.Builder.masterInstanceGroup
(CfnCluster.InstanceGroupConfigProperty masterInstanceGroup) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getMasterInstanceGroup()
CfnCluster.JobFlowInstancesConfigProperty.Builder.placement
(IResolvable placement) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getPlacement()
CfnCluster.JobFlowInstancesConfigProperty.Builder.placement
(CfnCluster.PlacementTypeProperty placement) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getPlacement()
CfnCluster.JobFlowInstancesConfigProperty.Builder.serviceAccessSecurityGroup
(String serviceAccessSecurityGroup) CfnCluster.JobFlowInstancesConfigProperty.Builder.taskInstanceFleets
(List<? extends Object> taskInstanceFleets) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getTaskInstanceFleets()
CfnCluster.JobFlowInstancesConfigProperty.Builder.taskInstanceFleets
(IResolvable taskInstanceFleets) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getTaskInstanceFleets()
CfnCluster.JobFlowInstancesConfigProperty.Builder.taskInstanceGroups
(List<? extends Object> taskInstanceGroups) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getTaskInstanceGroups()
CfnCluster.JobFlowInstancesConfigProperty.Builder.taskInstanceGroups
(IResolvable taskInstanceGroups) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getTaskInstanceGroups()
CfnCluster.JobFlowInstancesConfigProperty.Builder.terminationProtected
(Boolean terminationProtected) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getTerminationProtected()
CfnCluster.JobFlowInstancesConfigProperty.Builder.terminationProtected
(IResolvable terminationProtected) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getTerminationProtected()
CfnCluster.JobFlowInstancesConfigProperty.Builder.unhealthyNodeReplacement
(Boolean unhealthyNodeReplacement) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getUnhealthyNodeReplacement()
CfnCluster.JobFlowInstancesConfigProperty.Builder.unhealthyNodeReplacement
(IResolvable unhealthyNodeReplacement) Sets the value ofCfnCluster.JobFlowInstancesConfigProperty.getUnhealthyNodeReplacement()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.JobFlowInstancesConfigProperty.Builder
.