Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.emr.CfnClusterPropsMixin.Builder
Packages that use CfnClusterPropsMixin.Builder
-
Uses of CfnClusterPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.emr
Methods in software.amazon.awscdk.cfnpropertymixins.services.emr that return CfnClusterPropsMixin.BuilderModifier and TypeMethodDescriptionCfnClusterPropsMixin.Builder.additionalInfo(Object additionalInfo) A JSON string for selecting additional features.CfnClusterPropsMixin.Builder.applications(List<? extends Object> applications) The applications to install on this cluster, for example, Spark, Flink, Oozie, Zeppelin, and so on.CfnClusterPropsMixin.Builder.applications(IResolvable applications) The applications to install on this cluster, for example, Spark, Flink, Oozie, Zeppelin, and so on.CfnClusterPropsMixin.Builder.autoScalingRole(String autoScalingRole) An IAM role for automatic scaling policies.CfnClusterPropsMixin.Builder.autoTerminationPolicy(CfnClusterPropsMixin.AutoTerminationPolicyProperty autoTerminationPolicy) An auto-termination policy for an Amazon EMR cluster.CfnClusterPropsMixin.Builder.autoTerminationPolicy(IResolvable autoTerminationPolicy) An auto-termination policy for an Amazon EMR cluster.CfnClusterPropsMixin.Builder.bootstrapActions(List<? extends Object> bootstrapActions) A list of bootstrap actions to run before Hadoop starts on the cluster nodes.CfnClusterPropsMixin.Builder.bootstrapActions(IResolvable bootstrapActions) A list of bootstrap actions to run before Hadoop starts on the cluster nodes.CfnClusterPropsMixin.Builder.configurations(List<? extends Object> configurations) Applies only to Amazon EMR releases 4.x and later.CfnClusterPropsMixin.Builder.configurations(IResolvable configurations) Applies only to Amazon EMR releases 4.x and later.static CfnClusterPropsMixin.BuilderCfnClusterPropsMixin.Builder.create()static CfnClusterPropsMixin.BuilderCfnClusterPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnClusterPropsMixin.Builder.customAmiId(String customAmiId) Available only in Amazon EMR releases 5.7.0 and later.CfnClusterPropsMixin.Builder.ebsRootVolumeIops(Number ebsRootVolumeIops) The IOPS, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance.CfnClusterPropsMixin.Builder.ebsRootVolumeSize(Number ebsRootVolumeSize) The size, in GiB, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance.CfnClusterPropsMixin.Builder.ebsRootVolumeThroughput(Number ebsRootVolumeThroughput) The throughput, in MiB/s, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance.CfnClusterPropsMixin.Builder.instances(CfnClusterPropsMixin.JobFlowInstancesConfigProperty instances) A specification of the number and type of Amazon EC2 instances.CfnClusterPropsMixin.Builder.instances(IResolvable instances) A specification of the number and type of Amazon EC2 instances.CfnClusterPropsMixin.Builder.jobFlowRole(String jobFlowRole) Also called instance profile and Amazon EC2 role.CfnClusterPropsMixin.Builder.kerberosAttributes(CfnClusterPropsMixin.KerberosAttributesProperty kerberosAttributes) Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.CfnClusterPropsMixin.Builder.kerberosAttributes(IResolvable kerberosAttributes) Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.CfnClusterPropsMixin.Builder.logEncryptionKmsKeyId(String logEncryptionKmsKeyId) The AWS KMS key used for encrypting log files.The path to the Amazon S3 location where logs for this cluster are stored.CfnClusterPropsMixin.Builder.managedScalingPolicy(CfnClusterPropsMixin.ManagedScalingPolicyProperty managedScalingPolicy) Creates or updates a managed scaling policy for an Amazon EMR cluster.CfnClusterPropsMixin.Builder.managedScalingPolicy(IResolvable managedScalingPolicy) Creates or updates a managed scaling policy for an Amazon EMR cluster.CfnClusterPropsMixin.Builder.monitoringConfiguration(CfnClusterPropsMixin.MonitoringConfigurationProperty monitoringConfiguration) Contains CloudWatch log configuration metadata and settings.CfnClusterPropsMixin.Builder.monitoringConfiguration(IResolvable monitoringConfiguration) Contains CloudWatch log configuration metadata and settings.The name of the cluster.CfnClusterPropsMixin.Builder.osReleaseLabel(String osReleaseLabel) The Amazon Linux release specified in a cluster launch RunJobFlow request.CfnClusterPropsMixin.Builder.placementGroupConfigs(List<? extends Object> placementGroupConfigs) The configuration specifies the placement strategy that can be applied to instance roles during cluster creation.CfnClusterPropsMixin.Builder.placementGroupConfigs(IResolvable placementGroupConfigs) The configuration specifies the placement strategy that can be applied to instance roles during cluster creation.CfnClusterPropsMixin.Builder.releaseLabel(String releaseLabel) The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster.CfnClusterPropsMixin.Builder.scaleDownBehavior(String scaleDownBehavior) The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized.CfnClusterPropsMixin.Builder.securityConfiguration(String securityConfiguration) The name of the security configuration applied to the cluster.CfnClusterPropsMixin.Builder.serviceRole(String serviceRole) The IAM role that Amazon EMR assumes in order to access AWS resources on your behalf.CfnClusterPropsMixin.Builder.stepConcurrencyLevel(Number stepConcurrencyLevel) Specifies the number of steps that can be executed concurrently.A list of steps to run.CfnClusterPropsMixin.Builder.steps(IResolvable steps) A list of steps to run.A list of tags associated with a cluster.CfnClusterPropsMixin.Builder.visibleToAllUsers(Boolean visibleToAllUsers) Deprecated.this property has been deprecatedCfnClusterPropsMixin.Builder.visibleToAllUsers(IResolvable visibleToAllUsers) Deprecated.this property has been deprecated