Uses of Class
software.amazon.awscdk.services.emr.CfnCluster.Builder
-
Uses of CfnCluster.Builder in software.amazon.awscdk.services.emr
Modifier and TypeMethodDescriptionCfnCluster.Builder.additionalInfo
(Object additionalInfo) A JSON string for selecting additional features.CfnCluster.Builder.applications
(List<? extends Object> applications) The applications to install on this cluster, for example, Spark, Flink, Oozie, Zeppelin, and so on.CfnCluster.Builder.applications
(IResolvable applications) The applications to install on this cluster, for example, Spark, Flink, Oozie, Zeppelin, and so on.CfnCluster.Builder.autoScalingRole
(String autoScalingRole) An IAM role for automatic scaling policies.CfnCluster.Builder.autoTerminationPolicy
(IResolvable autoTerminationPolicy) AWS::EMR::Cluster.AutoTerminationPolicy
.CfnCluster.Builder.autoTerminationPolicy
(CfnCluster.AutoTerminationPolicyProperty autoTerminationPolicy) AWS::EMR::Cluster.AutoTerminationPolicy
.CfnCluster.Builder.bootstrapActions
(List<? extends Object> bootstrapActions) A list of bootstrap actions to run before Hadoop starts on the cluster nodes.CfnCluster.Builder.bootstrapActions
(IResolvable bootstrapActions) A list of bootstrap actions to run before Hadoop starts on the cluster nodes.CfnCluster.Builder.configurations
(List<? extends Object> configurations) Applies only to Amazon EMR releases 4.x and later.CfnCluster.Builder.configurations
(IResolvable configurations) Applies only to Amazon EMR releases 4.x and later.static CfnCluster.Builder
CfnCluster.Builder.customAmiId
(String customAmiId) Available only in Amazon EMR releases 5.7.0 and later.CfnCluster.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.CfnCluster.Builder.instances
(IResolvable instances) A specification of the number and type of Amazon EC2 instances.CfnCluster.Builder.instances
(CfnCluster.JobFlowInstancesConfigProperty instances) A specification of the number and type of Amazon EC2 instances.CfnCluster.Builder.jobFlowRole
(String jobFlowRole) Also called instance profile and Amazon EC2 role.CfnCluster.Builder.kerberosAttributes
(IResolvable kerberosAttributes) Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.CfnCluster.Builder.kerberosAttributes
(CfnCluster.KerberosAttributesProperty kerberosAttributes) Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.CfnCluster.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.CfnCluster.Builder.managedScalingPolicy
(IResolvable managedScalingPolicy) Creates or updates a managed scaling policy for an Amazon EMR cluster.CfnCluster.Builder.managedScalingPolicy
(CfnCluster.ManagedScalingPolicyProperty managedScalingPolicy) Creates or updates a managed scaling policy for an Amazon EMR cluster.The name of the cluster.CfnCluster.Builder.osReleaseLabel
(String osReleaseLabel) AWS::EMR::Cluster.OSReleaseLabel
.CfnCluster.Builder.releaseLabel
(String releaseLabel) The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster.CfnCluster.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.CfnCluster.Builder.securityConfiguration
(String securityConfiguration) The name of the security configuration applied to the cluster.CfnCluster.Builder.serviceRole
(String serviceRole) The IAM role that Amazon EMR assumes in order to access AWS resources on your behalf.CfnCluster.Builder.stepConcurrencyLevel
(Number stepConcurrencyLevel) Specifies the number of steps that can be executed concurrently.A list of steps to run.CfnCluster.Builder.steps
(IResolvable steps) A list of steps to run.A list of tags associated with a cluster.CfnCluster.Builder.visibleToAllUsers
(Boolean visibleToAllUsers) Indicates whether the cluster is visible to all IAM users of the AWS account associated with the cluster.CfnCluster.Builder.visibleToAllUsers
(IResolvable visibleToAllUsers) Indicates whether the cluster is visible to all IAM users of the AWS account associated with the cluster.