Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.BootstrapActionConfigProperty
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrCreateCluster.BootstrapActionConfigProperty in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeClassDescriptionstatic final class
An implementation forEmrCreateCluster.BootstrapActionConfigProperty
Modifier and TypeMethodDescriptionEmrCreateCluster.BootstrapActionConfigProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionEmrCreateClusterProps.getBootstrapActions()
A list of bootstrap actions to run before Hadoop starts on the cluster nodes.EmrCreateClusterProps.Jsii$Proxy.getBootstrapActions()
Modifier and TypeMethodDescriptionEmrCreateCluster.Builder.bootstrapActions
(List<? extends EmrCreateCluster.BootstrapActionConfigProperty> bootstrapActions) A list of bootstrap actions to run before Hadoop starts on the cluster nodes.EmrCreateClusterProps.Builder.bootstrapActions
(List<? extends EmrCreateCluster.BootstrapActionConfigProperty> bootstrapActions) Sets the value ofEmrCreateClusterProps.getBootstrapActions()