Uses of Class
software.amazon.awscdk.services.emr.CfnClusterProps.Builder
-
Uses of CfnClusterProps.Builder in software.amazon.awscdk.services.emr
Modifier and TypeMethodDescriptionCfnClusterProps.Builder.additionalInfo
(Object additionalInfo) Sets the value ofCfnClusterProps.getAdditionalInfo()
CfnClusterProps.Builder.applications
(List<? extends Object> applications) Sets the value ofCfnClusterProps.getApplications()
CfnClusterProps.Builder.applications
(IResolvable applications) Sets the value ofCfnClusterProps.getApplications()
CfnClusterProps.Builder.autoScalingRole
(String autoScalingRole) Sets the value ofCfnClusterProps.getAutoScalingRole()
CfnClusterProps.Builder.autoTerminationPolicy
(IResolvable autoTerminationPolicy) Sets the value ofCfnClusterProps.getAutoTerminationPolicy()
CfnClusterProps.Builder.autoTerminationPolicy
(CfnCluster.AutoTerminationPolicyProperty autoTerminationPolicy) Sets the value ofCfnClusterProps.getAutoTerminationPolicy()
CfnClusterProps.Builder.bootstrapActions
(List<? extends Object> bootstrapActions) Sets the value ofCfnClusterProps.getBootstrapActions()
CfnClusterProps.Builder.bootstrapActions
(IResolvable bootstrapActions) Sets the value ofCfnClusterProps.getBootstrapActions()
static CfnClusterProps.Builder
CfnClusterProps.builder()
CfnClusterProps.Builder.configurations
(List<? extends Object> configurations) Sets the value ofCfnClusterProps.getConfigurations()
CfnClusterProps.Builder.configurations
(IResolvable configurations) Sets the value ofCfnClusterProps.getConfigurations()
CfnClusterProps.Builder.customAmiId
(String customAmiId) Sets the value ofCfnClusterProps.getCustomAmiId()
CfnClusterProps.Builder.ebsRootVolumeIops
(Number ebsRootVolumeIops) Sets the value ofCfnClusterProps.getEbsRootVolumeIops()
CfnClusterProps.Builder.ebsRootVolumeSize
(Number ebsRootVolumeSize) Sets the value ofCfnClusterProps.getEbsRootVolumeSize()
CfnClusterProps.Builder.ebsRootVolumeThroughput
(Number ebsRootVolumeThroughput) Sets the value ofCfnClusterProps.getEbsRootVolumeThroughput()
CfnClusterProps.Builder.instances
(IResolvable instances) Sets the value ofCfnClusterProps.getInstances()
CfnClusterProps.Builder.instances
(CfnCluster.JobFlowInstancesConfigProperty instances) Sets the value ofCfnClusterProps.getInstances()
CfnClusterProps.Builder.jobFlowRole
(String jobFlowRole) Sets the value ofCfnClusterProps.getJobFlowRole()
CfnClusterProps.Builder.kerberosAttributes
(IResolvable kerberosAttributes) Sets the value ofCfnClusterProps.getKerberosAttributes()
CfnClusterProps.Builder.kerberosAttributes
(CfnCluster.KerberosAttributesProperty kerberosAttributes) Sets the value ofCfnClusterProps.getKerberosAttributes()
CfnClusterProps.Builder.logEncryptionKmsKeyId
(String logEncryptionKmsKeyId) Sets the value ofCfnClusterProps.getLogEncryptionKmsKeyId()
Sets the value ofCfnClusterProps.getLogUri()
CfnClusterProps.Builder.managedScalingPolicy
(IResolvable managedScalingPolicy) Sets the value ofCfnClusterProps.getManagedScalingPolicy()
CfnClusterProps.Builder.managedScalingPolicy
(CfnCluster.ManagedScalingPolicyProperty managedScalingPolicy) Sets the value ofCfnClusterProps.getManagedScalingPolicy()
Sets the value ofCfnClusterProps.getName()
CfnClusterProps.Builder.osReleaseLabel
(String osReleaseLabel) Sets the value ofCfnClusterProps.getOsReleaseLabel()
CfnClusterProps.Builder.placementGroupConfigs
(List<? extends Object> placementGroupConfigs) Sets the value ofCfnClusterProps.getPlacementGroupConfigs()
CfnClusterProps.Builder.placementGroupConfigs
(IResolvable placementGroupConfigs) Sets the value ofCfnClusterProps.getPlacementGroupConfigs()
CfnClusterProps.Builder.releaseLabel
(String releaseLabel) Sets the value ofCfnClusterProps.getReleaseLabel()
CfnClusterProps.Builder.scaleDownBehavior
(String scaleDownBehavior) Sets the value ofCfnClusterProps.getScaleDownBehavior()
CfnClusterProps.Builder.securityConfiguration
(String securityConfiguration) Sets the value ofCfnClusterProps.getSecurityConfiguration()
CfnClusterProps.Builder.serviceRole
(String serviceRole) Sets the value ofCfnClusterProps.getServiceRole()
CfnClusterProps.Builder.stepConcurrencyLevel
(Number stepConcurrencyLevel) Sets the value ofCfnClusterProps.getStepConcurrencyLevel()
Sets the value ofCfnClusterProps.getSteps()
CfnClusterProps.Builder.steps
(IResolvable steps) Sets the value ofCfnClusterProps.getSteps()
Sets the value ofCfnClusterProps.getTags()
CfnClusterProps.Builder.visibleToAllUsers
(Boolean visibleToAllUsers) Sets the value ofCfnClusterProps.getVisibleToAllUsers()
CfnClusterProps.Builder.visibleToAllUsers
(IResolvable visibleToAllUsers) Sets the value ofCfnClusterProps.getVisibleToAllUsers()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterProps.Builder
.